Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ReceiveLast ¶
type FeedAssetPrice ¶
type FeedAssetPrice struct { Type string `json:"type"` Version string `json:"version"` Price float64 `json:"price"` PriceHex string `json:"priceHex"` Time int `json:"time"` TimeHex string `json:"timeHex"` Hash string `json:"hash"` Signature string `json:"signature"` Sources json.RawMessage `json:"sources"` StarkSignature json.RawMessage `json:"starkSignature"` }
Click to show internal directories.
Click to hide internal directories.