Documentation ¶
Index ¶
Constants ¶
View Source
const ( BalanceItemType = "nft" ERC721Type = "erc721" ERC1155Type = "erc1155" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BalanceData ¶
type BalanceData struct {
Items []BalanceItem `json:"items"`
}
type BalanceItem ¶
type BalanceItem struct { ContractName string `json:"contract_name"` ContractTickerSymbol string `json:"contract_ticker_symbol"` ContractAddress string `json:"contract_address"` LogoURL string `json:"logo_url"` Type string `json:"type"` SupportsERC []string `json:"supports_erc"` NFTData []NFTData `json:"nft_data"` }
type ExternalData ¶
type ExternalData struct {
Items []ExternalItem `json:"items"`
}
type ExternalItem ¶
type ExternalItem struct {
NFTData []NFTData `json:"nft_data"`
}
type ExternalNFTData ¶
type GetBalanceOut ¶
type GetBalanceOut struct { Data *BalanceData `json:"data"` Error bool `json:"error"` ErrorMessage string `json:"error_message"` ErrorCode string `json:"error_code"` }
type GetExternalMetadataIn ¶
type GetExternalMetadataOut ¶
type GetExternalMetadataOut struct { Data *ExternalData `json:"data"` Error bool `json:"error"` ErrorMessage string `json:"error_message"` ErrorCode string `json:"error_code"` }
Click to show internal directories.
Click to hide internal directories.