Documentation ¶
Index ¶
- type AccountInfo
- type AggregatedInfo
- type BlockInfo
- type BlockSigned
- type BlockSigners
- type DecCoin
- type Denom
- type ProposalDeposit
- type SearchResult
- type SortBy
- type TotalBlocks
- type TotalTransactions
- type TotalWallets
- type Tx
- type TxAuthInfo
- type TxByHourWithCount
- type TxEvents
- type TxFee
- type TxSenderReceiver
- type TxVolumeByHour
- type TxsByDay
- type TxsByHour
- type Validators
- type VotesTransaction
- type WalletWithTxs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfo ¶
type AggregatedInfo ¶
type AggregatedInfo struct { UpdatedAt time.Time `json:"updated_at"` Blocks TotalBlocks `json:"blocks"` Transactions TotalTransactions `json:"transactions"` Wallets TotalWallets `json:"wallets"` }
type BlockSigned ¶
type BlockSigners ¶
type ProposalDeposit ¶ added in v0.0.71
type SearchResult ¶
type TotalBlocks ¶
type TotalTransactions ¶
type TotalWallets ¶
type Tx ¶
type Tx struct { Messages []string Memo string AuthInfo TxAuthInfo }
type TxAuthInfo ¶
type TxByHourWithCount ¶
type TxSenderReceiver ¶
type Validators ¶
type Validators struct {
Address string
}
type VotesTransaction ¶
type WalletWithTxs ¶
Click to show internal directories.
Click to hide internal directories.