Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemPoolTx ¶
type MemPoolTx struct {
From string `json:"from"`
Gas string `json:"gas"`
GasPrice string `json:"gasPrice"`
GasPriceGwei float64 `json:"gasPriceGwei"`
Hash string `json:"hash"`
Input string `json:"input"`
Nonce string `json:"nonce"`
To string `json:"to"`
Value string `json:"value"`
V string `json:"v"`
R string `json:"r"`
S string `json:"s"`
PendingFor string `json:"pendingFor"`
QueuedFor string `json:"queuedFor"`
Pool string `json:"pool"`
}
Click to show internal directories.
Click to hide internal directories.