Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + type Client struct + func InitClient(api, apiKey string) Client + func (c *Client) GetTxsOfAddress(address string) (tx []Tx, err error) + type Tx struct + BlockHeight uint64 + Fee string + From string + Hash string + Nonce interface{} + ReceiptSuccess bool + Signature string + Timestamp int64 + To string + Value string + func (tx Tx) NonceValue() uint64