Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + type Client struct + func InitClient(url string) *Client + func (c *Client) GetCollectibles(owner, collectionID string, coinIndex uint) (types.CollectiblePage, error) + func (c *Client) GetCollections(owner string, coinIndex uint) (types.CollectionPage, error) + type Collectible struct + ContractAddr string + ContractName string + OwnerAddr string + TokenID string + TokenURI string + type CollectibleList struct + Collectibles []Collectible + type CollectibleResponse struct + Data CollectibleList + type Collection struct + Balance string + ContractAddr string + ContractName string + OwnerAddr string + TokenID string + TokenType string + TokenURI string + type CollectionInfo struct + Description string + Image string + Name string + type CollectionList struct + Collections []Collection + type CollectionResponse struct + Data CollectionList + type Response struct + Code int + Msg string