Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + type Action struct + ActionSeq uint64 + ActionTrace ActionTrace + BlockNum uint64 + BlockTime string + type ActionAct struct + Account string + Data interface{} + Name string + type ActionDataTransfer struct + From string + Memo string + Quantity string + To string + type ActionDataTrnsfiopubky struct + Actor string + Amount int64 + MaxFee int64 + PayeePublicKey string + TpID string + type ActionTrace struct + Act ActionAct + TrxID string + type Client struct + type GetActionsRequest struct + AccountName string + Offset int32 + Pos int32 + Sort string + type GetActionsResponse struct + Actions []Action + type GetPubAddressRequest struct + ChainCode string + FioAddress string + TokenCode string + type GetPubAddressResponse struct + Message string + PublicAddress string + type Platform struct + func Init(api string) *Platform + func (p *Platform) Coin() coin.Coin + func (p *Platform) GetTxsByAddress(address string) (page types.Txs, err error) + func (p *Platform) Normalize(action *Action, account string) (types.Tx, error)