# Packages
No description provided by the author
# Functions
HexToInt64 performs the inverse of Int64ToHex Returns 0 on invalid input.
Int64ToHex converts an int64 into go-ethereum's hex representation.
NewGasUpdater returns a new gas updater.
# Variables
No description provided by the author
# Structs
Block represents an ethereum block This type is only used for the gas updater, and can be expensive to unmarshal.
Transaction represents an ethereum transaction Use our own type because geth's type has validation failures on e.g.
# Interfaces
go:generate mockery --name Config --output ./mocks/ --case=underscore.
go:generate mockery --name Config --output ./mocks/ --case=underscore.