Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
type Tree interface { Root() common.Hash Transfer(minted bool, eventTransfer *model.ERC721Transfer) error Mint(tokenId *big.Int, owner common.Address) error TokenOfOwnerByIndex(owner common.Address, idx uint64) (*big.Int, error) SetTokenToOwnerToIndex(owner common.Address, idx uint64, token *big.Int) error SetBalanceToOwner(owner common.Address, balance uint64) error BalanceOfOwner(owner common.Address) (uint64, error) SetRoot(root common.Hash) }
Tree is used to store enumerated tokens of each owner
Click to show internal directories.
Click to hide internal directories.