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 ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.