Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct {
// id of the token || erc721: topic[3] | erc1155: tx.To()
ID *big.Int `json:"id"`
// address of the token contract || erc721: tx.To() | erc1155: topic[1]
Address common.Address `json:"address"`
// optional name of the token (opensea api source)
Name string `json:"name,omitempty"`
}
func (*Token) LipglossedShortID ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.