Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collectible ¶
type CollectibleList ¶
type CollectibleList struct {
Collectibles []Collectible `json:"tokens"`
}
type CollectibleResponse ¶
type CollectibleResponse struct { Response Data CollectibleList `json:"data"` }
type Collection ¶
type CollectionInfo ¶
type CollectionList ¶
type CollectionList struct {
Collections []Collection `json:"nfts721"`
}
type CollectionResponse ¶
type CollectionResponse struct { Response Data CollectionList `json:"data"` }
Click to show internal directories.
Click to hide internal directories.