Documentation
¶
Index ¶
- type Client
- func (c *Client) Balance(ctx context.Context) (uint64, error)
- func (c *Client) Cancel(ctx context.Context, id uint64) error
- func (c *Client) Confirm(ctx context.Context, id uint64) ([]byte, error)
- func (c *Client) Deposit(ctx context.Context, coins uint64) error
- func (c *Client) Submit(ctx context.Context, namespace []byte, blobs [][]byte, fee uint64) (uint64, error)
- func (c *Client) Withdraw(ctx context.Context, amount uint64) error
- func (c *Client) WithdrawAll(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.