# Constants
OrderEarliest fetches earliest transactions first.
OrderLatest fetches latest transactions first.
# Structs
Balance holds information about a balance.
BalanceFilter defines a filter for fetching balances.
Block holds information about a block.
BlockFilter defines a filter for fetching blocks.
BlockReward holds information about the reward paid to the fee recipient in a block.
BlockRewardFilter defines a filter for fetching block rewards.
Event holds information about a transaction event.
EventFilter defines a filter for fetching events.
Transaction holds information about a transaction.
TransactionAccessListEntry holds information about a transaction access list.
TransactionBalanceChange holds information about a balance change as a result of a transaction.
TransactionBalanceChangeFilter defines a filter for fetching transaction balance changes.
TransactionFilter defines a filter for fetching transactions.
TransactionStateDiff holds information about state differences as a result of a transaction.
TransactionStorageChange holds information about a storage change as a result of a transaction.
# Interfaces
BalancesProvider defines functions to provide balance information.
BalancesSetter defines functions to create and update balances.
BlockRewardsProvider defines functions to provide block reward information.
BlockRewardsSetter defines functions to create and update block rewards.
BlocksProvider defines functions to provide block information.
BlocksSetter defines functions to create and update blocks.
EventsProvider defines functions to provide event information.
EventsSetter defines functions to create and update events.
Service defines a minimal exec database service.
TransactionBalanceChangesProvider defines function to provide transaction balance changes.
TransactionsProvider defines functions to provide transaction information.
TransactionsSetter defines functions to create and update transactions.
TransactionStateDiffsProvider defines function to provide transaction state diff information.
TransactionStateDiffsSetter defines functions to create and update state differences.
# Type aliases
Order is the order in which results should be fetched (N.B.