Documentation ¶
Index ¶
- type Client
- func (client *Client) Close() error
- func (client *Client) LimitOrderCancel(key string, feePayingAccount, order types.ObjectID, fee types.AssetAmount) error
- func (client *Client) LimitOrderCreate(key string, seller types.ObjectID, ...) (string, error)
- func (client *Client) Transfer(key string, from, to types.ObjectID, amount, fee types.AssetAmount, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Database represents database_api Database *database.API // NetworkBroadcast represents network_broadcast_api NetworkBroadcast *networkbroadcast.API // History represents history_api History *history.API // Login represents login_api Login *login.API // contains filtered or unexported fields }
func (*Client) Close ¶
Close should be used to close the client when no longer needed. It simply calls Close() on the underlying CallCloser.
func (*Client) LimitOrderCancel ¶
func (*Client) LimitOrderCreate ¶
Click to show internal directories.
Click to hide internal directories.