Discover Packages
github.com/rustwizard/ethstat
internal
repository
package
Version:
v0.0.0-...-bf51fc3
Opens a new window with list of versions in this module.
Published: Oct 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type EthBlockItem struct {
BlockNum int64 `db:"block_num"`
Txs []string `db:"txs"`
}
type EthBlocks struct {
}
type TxItem struct {
ID string `db:"tx_id"`
BlockNum int64 `db:"block_num"`
From string `db:"from_addr"`
To string `db:"to_addr"`
Value string `db:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.