Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountHistory ¶
type AccountHistory struct { Account string `json:"account"` History interface{} // NANO RPC returns string for address with 0 transactions }
type AccountHistoryRequest ¶
type Client ¶
type Client struct {
blockatlas.Request
}
func (*Client) GetAccountHistory ¶
func (c *Client) GetAccountHistory(address string) (history AccountHistory, err error)
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) GetTxsByAddress ¶
func (p *Platform) GetTxsByAddress(address string) (blockatlas.TxPage, error)
func (*Platform) Normalize ¶
func (p *Platform) Normalize(srcTx *Transaction, account string) (tx blockatlas.Tx)
Click to show internal directories.
Click to hide internal directories.