Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct { Name string `json:"name"` Symbol string `json:"symbol"` MarketData MarketData `json:"market_data"` }
type ChartAttributes ¶ added in v0.4.4
type ChartData ¶ added in v0.4.4
type ChartData struct { ID string `json:"id"` ChartAttributes ChartAttributes `json:"attributes"` }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetFungibleChart ¶ added in v0.4.4
func (*Client) GetFungibleData ¶ added in v0.4.4
func (c *Client) GetFungibleData(id string) (*FungibleData, error)
func (*Client) GetFungibleList ¶ added in v0.4.3
func (c *Client) GetFungibleList(ids string, address string) (*FungibleList, error)
type Fungible ¶ added in v0.4.4
type Fungible struct {
FungibleData FungibleData `json:"data"`
}
type FungibleData ¶
type FungibleData struct { ID string `json:"id"` Attributes Attributes `json:"attributes"` }
type FungibleList ¶
type FungibleList struct {
List []FungibleData `json:"data"`
}
type MarketData ¶
type Point ¶ added in v0.4.4
func (*Point) UnmarshalJSON ¶ added in v0.4.4
Click to show internal directories.
Click to hide internal directories.