package
0.1.0
Repository: https://github.com/brc20-collab/brczero.git
Documentation: pkg.go.dev

# Functions

NewKeeper generates new evm module keeper.
No description provided by the author
No description provided by the author
NewMultiEvmHooks combine multiple evm hooks.
NewQuerier is the module level router for state queries.
NewKeeper generates new evm module keeper.
RegisterInvariants registers the evm module invariants.

# Structs

Keeper wraps the CommitStateDB, allowing us to pass in SDK context while adhering to the StateDB interface.
LogProcessEvmHook is an evm hook that convert specific contract logs into native module calls.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
GovKeeper defines the expected gov Keeper.

# Type aliases

MultiEvmHooks combine multiple evm hooks, all hook functions are run in array sequence.