Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthereumTransaction ¶
type EthereumTransaction interface { // Gas returns the gas limit for pending tx, and the gas used for confirmed tx. Gas() uint64 }
EthereumTransaction holds information specific to Ethereum.
Click to show internal directories.
Click to hide internal directories.