Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + const SendTransaction + func Normalize(trx *Tx, address, token string) (tx types.Tx, ok bool) + type AccountTxList struct + Body []Tx + type Client struct + func (c *Client) FetchAddressTransactions(address string) ([]Tx, error) + type Data struct + Fee Fee + Inputs []Input + Outputs []Output + type Fee struct + Tfuelwei string + Thetawei string + type Input struct + Address string + Sequence string + type Output struct + Address string + Coins Fee + type Platform struct + func Init(api, key string) *Platform + func (p *Platform) Coin() coin.Coin + func (p *Platform) GetTokenTxsByAddress(address, token string) (types.Txs, error) + func (p *Platform) GetTxsByAddress(address string) (types.Txs, error) + type Tx struct + BlockHeight string + Data Data + Hash string + Timestamp string + Type int