Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2019 v0.0.9 Apr 6, 2019 v0.0.8 Mar 25, 2019 Changes in this version + var ErrSourceConn = errors.New("connection to servers failed") + type Address struct + Tz string + type Client struct + HttpClient *http.Client + RpcUrl string + func (c *Client) GetTxsOfAddress(address string) ([]Transaction, error) + type Manager struct + Kind string + Operations []Operation + Src Address + type Operation struct + Amount string + Burn int + Counter int + Dest Address + Failed bool + Fee uint64 + GasLimit string + Internal bool + Kind string + OpLevel uint64 + Src Address + StorageLimit string + Timestamp string + type Transaction struct + BlockHash string + Hash string + NetworkHash string + Type Manager