Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
tlsClient.HttpClient
}
func (*Client) GetCollectionNameByAddress ¶ added in v1.0.1
func (*Client) GetCollectionOwnerships ¶
func (c *Client) GetCollectionOwnerships(collectionAddress string) (CollectionOwnerships, error)
func (*Client) GetLeaderboard ¶ added in v1.0.5
func (c *Client) GetLeaderboard(cookie string) (Leaderboard, error)
type CollectionName ¶ added in v1.0.1
type CollectionName struct { Collection struct { Name string `json:"name"` } `json:"collection"` }
type CollectionOwnerships ¶
type Leaderboard ¶ added in v1.0.5
Click to show internal directories.
Click to hide internal directories.