wallet

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL