Documentation ¶
Index ¶
- type Client
- func (c *Client) AgreeToBuy(agreement *states.AgreementToBuy) (string, error)
- func (c *Client) AgreeToSell(agreement *states.AgreementToSell) (string, error)
- func (c *Client) Identity() view.Identity
- func (c *Client) IsTxFinal(id string, opts ...api.ServiceOption) error
- func (c *Client) Issue(asset *states.Asset) (string, error)
- func (c *Client) Transfer(assetID string, agreementID string, recipient view.Identity) error
- type ViewClient
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) AgreeToBuy ¶
func (c *Client) AgreeToBuy(agreement *states.AgreementToBuy) (string, error)
func (*Client) AgreeToSell ¶
func (c *Client) AgreeToSell(agreement *states.AgreementToSell) (string, error)
type ViewClient ¶
Click to show internal directories.
Click to hide internal directories.