[][src]Module evm::executor

EVM executors

Executors are structs that hook gasometer and the EVM core together. It also handles the call stacks in EVM.

Structs

StackAccount

Account definition for the stack-based executor.

StackExecutor

Stack-based executor.