Skip to content

Commit

Permalink
FEAT: Add TokenMetaData
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Nov 8, 2022
1 parent 7dd46b8 commit fa775b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/api/apiTokenMetaData.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package api

type TokenMetaData struct {
Nonce uint64 `json:"nonce"`
Name string `json:"name"`
Creator string `json:"creator"`
Royalties uint32 `json:"royalties"`
Hash []byte `json:"hash"`
URIs [][]byte `json:"uris"`
Attributes []byte `json:"attributes"`
}

0 comments on commit fa775b9

Please sign in to comment.