revm_handler

Trait EthFrameContext

Source
pub trait EthFrameContext<ERROR>:
    TransactionGetter
    + Host
    + ErrorGetter<Error = ERROR>
    + BlockGetter
    + JournalStateGetter
    + CfgGetter { }

Implementors§

Source§

impl<ERROR, CTX: TransactionGetter + ErrorGetter<Error = ERROR> + BlockGetter + JournalStateGetter + CfgGetter + Host> EthFrameContext<ERROR> for CTX