Skip to content

Commit 5fe5c7f

Browse files
committed
Create asset.go
1 parent 74e68ef commit 5fe5c7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/asset.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package types
2+
3+
type Asset struct {
4+
Id string `json:"asset"`
5+
Name string `json:"name"`
6+
Symbol string `json:"symbol"`
7+
Type TokenType `json:"type"`
8+
Decimals uint `json:"decimals"`
9+
}

0 commit comments

Comments
 (0)