Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + func Normalize(trx *Tx) (tx types.Tx, b bool) + type Client struct + func (c *Client) GetAddressTransactions(address string) ([]Tx, error) + type Platform struct + func Init(api string) *Platform + func (p *Platform) Coin() coin.Coin + func (p *Platform) GetTxsByAddress(address string) (types.Txs, error) + type Response struct + Data []Tx + Description string + ListSize uint64 + Result string + TotalSize uint64 + type Tx struct + Amount string + CreateDate string + DataType string + Fee string + FromAddr string + Height uint64 + State uint64 + ToAddr string + TxHash string + TxType string