Documentation ¶ Index ¶ type Balance type Client func New() (*Client, error) func (c *Client) GetAXS(addr string) (uint64, error) func (c *Client) GetAllBalance(addr string) (Balance, error) func (c *Client) GetSLP(addr string) (uint64, error) func (c *Client) GetWETH(addr string) (uint64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Balance ¶ type Balance struct { SLP uint64 WETH uint64 AXS uint64 } type Client ¶ type Client struct { // contains filtered or unexported fields } func New ¶ func New() (*Client, error) func (*Client) GetAXS ¶ func (c *Client) GetAXS(addr string) (uint64, error) func (*Client) GetAllBalance ¶ func (c *Client) GetAllBalance(addr string) (Balance, error) func (*Client) GetSLP ¶ func (c *Client) GetSLP(addr string) (uint64, error) func (*Client) GetWETH ¶ func (c *Client) GetWETH(addr string) (uint64, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.