Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string Commit string BuildDate string BuiltBy string )
Functions ¶
Types ¶
type Owner ¶ added in v0.0.7
type Owner struct { TokenAddress string `json:"token_address"` TokenID string `json:"token_id"` ContractType string `json:"contract_type"` OwnerOf string `json:"owner_of"` BlockNumber string `json:"block_number"` BlockNumberMinted string `json:"block_number_minted"` TokenURI string `json:"token_uri"` Metadata string `json:"metadata"` Amount string `json:"amount"` Name string `json:"name"` Symbol string `json:"symbol"` TokenHash string `json:"token_hash"` LastTokenURISync time.Time `json:"last_token_uri_sync"` LastMetadataSync time.Time `json:"last_metadata_sync"` }
Click to show internal directories.
Click to hide internal directories.