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(eventTransfer *model.ERC721Transfer) error Mint(mintEvent *model.MintedWithExternalURI, idx int) error TokenData(tokenId *big.Int) (*TokenData, error) SetTokenData(tokenData *TokenData, tokenId *big.Int) error OwnerOf(tokenId *big.Int) (common.Address, error) SetRoot(root common.Hash) }
Tree defines interface for ownership tree
Click to show internal directories.
Click to hide internal directories.