Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { thirdparty.NFTContractOwnershipProvider IsConnected bool IsConnectedLock sync.RWMutex // contains filtered or unexported fields }
func (*Client) FetchNFTOwnersByContractAddress ¶
func (o *Client) FetchNFTOwnersByContractAddress(chainID uint64, contractAddress common.Address) (*thirdparty.NFTContractOwnership, error)
func (*Client) IsChainSupported ¶
type NFTContractOwnership ¶
type NFTOwner ¶
type NFTOwner struct { OwnerAddress common.Address `json:"ownerAddress"` TokenBalances []TokenBalance `json:"tokenBalances"` }
Click to show internal directories.
Click to hide internal directories.