Documentation ¶
Index ¶
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 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.