Documentation ¶
Index ¶
- type AggregatedInfo
- type BlockInfo
- type BlockSigned
- type BlockSigners
- type Denom
- type SearchResult
- type TotalBlocks
- type TotalTransactions
- type TotalWallets
- type Tx
- type TxAuthInfo
- type TxByHourWithCount
- type TxFee
- type TxSenderReceiver
- type TxVolumeByHour
- type TxsByDay
- type TxsByHour
- type Validators
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶ added in v0.0.25
type BlockSigners ¶
type SearchResult ¶
type TotalBlocks ¶
type TotalTransactions ¶
type TotalWallets ¶
type Tx ¶
type Tx struct { Messages []string Memo string AuthInfo TxAuthInfo }
type TxAuthInfo ¶
type TxByHourWithCount ¶ added in v0.0.8
type TxSenderReceiver ¶
type TxVolumeByHour ¶ added in v0.0.8
type Validators ¶
type Validators struct {
Address string
}
Click to show internal directories.
Click to hide internal directories.