Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountToken ¶
AccountToken struct used by the Hedera Mirror node REST API to return information regarding a given Account's tokens
type AccountsQueryResponse ¶ added in v1.5.2
type AccountsQueryResponse struct { Accounts []struct { Account string `json:"account"` } `json:"accounts"` }
AccountsQueryResponse struct used by the Hedera Mirror node REST API to return information regarding a given Account
type AccountsResponse ¶
AccountsResponse struct used by the Hedera Mirror node REST API to return information regarding a given Account
type Balance ¶
type Balance struct { Balance int `json:"balance"` Timestamp string `json:"timestamp"` Tokens []AccountToken `json:"tokens"` }
Balance struct used by the Hedera Mirror node REST API to return information regarding a given Account
func (*Balance) GetAccountTokenBalancesByAddress ¶
Click to show internal directories.
Click to hide internal directories.