Documentation ¶ Index ¶ type Client type Platform func Init(api string) *Platform func (p *Platform) Coin() coin.Coin func (p *Platform) GetTxsByAddress(address string) (blockatlas.TxPage, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { blockatlas.Request } type Platform ¶ type Platform struct { // contains filtered or unexported fields } func Init ¶ func Init(api string) *Platform func (*Platform) Coin ¶ func (p *Platform) Coin() coin.Coin func (*Platform) GetTxsByAddress ¶ func (p *Platform) GetTxsByAddress(address string) (blockatlas.TxPage, error) Source Files ¶ View all Source files base.go client.go transaction.go Click to show internal directories. Click to hide internal directories.