package
Version:
v0.0.0-...-e54d674
Opens a new window with list of versions in this module.
Published: Aug 9, 2020
License: AGPL-3.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 MempoolResponse struct {
Result *Result `json:"result"`
}
type Result struct {
Pending map[string]map[string]Tx `json:"pending"`
}
type Tx struct {
Hash string `json:"hash"`
BlockHash string `json:"blockHash"`
BlockNumber string `json:"blockNumber"`
From string `json:"from"`
To string `json:"to"`
Gas string `json:"gas"`
GasPrice string `json:"gasPrice"`
Data string `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.