# Functions
DecodeBig decodes either - a hex with 0x prefix - a decimal - "" (decoded to <nil>).
EncodeBig encodes either - >0 to a hex with 0x prefix - <0 to a hex with -0x prefix - <nil> to "".
FromBlockNumArg decodes a string into a big.Int block number.
Has0xPrefix returns either input starts with a 0x prefix.
ToBlockNumArg transforms a big.Int into a block string representation.
# Structs
CallOpts is a set of option to fine tune a contract call request.
No description provided by the author
No description provided by the author
TransactOpts is a set of option to fine tune the creation of a valid Ethereum transaction.
# Type aliases
No description provided by the author