Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlgorandBalance ¶
type AlgorandBalance struct {
Participation struct {
Vrfpkb64 string `json:"vrfpkb64"`
Partpkb64 string `json:"partpkb64"`
Votefst int `json:"votefst"`
Votelst int `json:"votelst"`
Votekd int `json:"votekd"`
} `json:"participation"`
Amount uint64 `json:"amount"`
Pendingrewards int `json:"pendingrewards"`
Address string `json:"address"`
Assets string `json:"assets"`
Round int `json:"round"`
Thisassettotal string `json:"thisassettotal"`
Amountwithoutpendingrewards int `json:"amountwithoutpendingrewards"`
Rewards int `json:"rewards"`
Status string `json:"status"`
}
type BalancesRequest ¶
type BalancesRequest struct {
Addresses []string `json:"addresses"`
}
type BnBBalance ¶
type CosmosBalance ¶
type EthBasedBlocksHeight ¶
type EthBasedBlocksHeight struct {
Result struct {
Number string `json:"number"`
}
}
type EthEstimateGasRequest ¶
type RawTransaction ¶
type RawTransaction struct {
Data string `json:"data"`
}
type TezosBalance ¶
type TezosBalance []string
type UtxoBasedBalance ¶
type UtxoBasedBalance struct {
Balance string `json:"balance"`
}
type UtxoBasedBlocksHeight ¶
type UtxoBasedBlocksHeight struct {
Backend struct {
Blocks int64 `json:"blocks"`
}
}
type UtxoBasedTxOutputs ¶
Click to show internal directories.
Click to hide internal directories.