package
Version:
v0.0.15
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SearchResult struct {
TxHash string `bson:"tx_hash"`
Type string `bson:"type"`
BlockHeight string `bson:"block_height"`
}
type TotalBlocks struct {
BlockHeight int64 `json:"block_height"`
Count24H int64 `json:"count_24h"`
Count48H int64 `json:"count_48h"`
BlockTime int64 `json:"block_time"`
TotalFee24H decimal.Decimal `json:"total_fee_24h"`
}
type TotalTransactions struct {
Total int64 `json:"total"`
Total24H int64 `json:"total_24h"`
Total48H int64 `json:"total_48h"`
Total30D int64 `json:"total_30d"`
Volume24H decimal.Decimal `json:"volume_24h"`
Volume30D decimal.Decimal `json:"volume_30d"`
}
type TotalWallets struct {
Total int64 `json:"total"`
Count24H int64 `json:"count_24h"`
Count48H int64 `json:"count_48h"`
}
type TxSenderReceiver struct {
MessageType string `json:"message_type,omitempty"`
Sender string `json:"sender,omitempty"`
Receiver string `json:"receiver,omitempty"`
Amount string `json:"amount,omitempty"`
}
type Validators struct {
Address string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.