Documentation ¶
Index ¶
- type Balance
- type Client
- func (c *Client) CreateWallet() (*Wallet, error)
- func (c *Client) GetAXS(addr string) (uint64, error)
- func (c *Client) GetAllBalance(addr string) (Balance, error)
- func (c *Client) GetRON(addr string) (uint64, error)
- func (c *Client) GetSLP(addr string) (uint64, error)
- func (c *Client) GetWETH(addr string) (uint64, error)
- type Wallet
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) CreateWallet ¶ added in v0.1.7
Click to show internal directories.
Click to hide internal directories.