# Packages
No description provided by the author
# Functions
ErrorStackHandler is a log handler that prints the stack trace of an error.
Exit prints the message to stderr and exits with status 1.
PrintMessage prints a message to the console (i.e.
No description provided by the author
No description provided by the author
# Structs
TxnRequest represents a transaction to be submitted for execution.
WrappedTransaction is a wrapper around geth Transaction for convenience.
# Interfaces
Transaction represents an Ethereum transaction.
# Type aliases
Address is an alias for geth Address.
Block is an alias for geth Block.
Hash is an alias for geth Hash.
Header is an alias for geth Header.
No description provided by the author