Type Definition evm::SeqContextVM [] [src]

type SeqContextVM<P> = ContextVM<SeqMemory, P>;

A sequencial VM. It uses sequencial memory representation and hash map storage for accounts.