[][src]Type Definition ethereumvm::SeqContextVM

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

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