Documentation ¶
Index ¶
- type Client
- func (c *Client) InviteAccept(invite string) ([]byte, error)
- func (c *Client) InviteCreate(n uint) ([]byte, error)
- func (c *Client) LogStream() (chan []byte, error)
- func (c *Client) ReceiveLast(id, contentType string, limit int64) ([]byte, error)
- func (c *Client) Transmit(v interface{}) ([]byte, error)
- func (c *Client) WhoAmI() ([]byte, error)
- type Config
- type Endpoint
- type FeedAssetPrice
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) InviteAccept ¶ added in v0.5.0
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.