Type Definition sputnikvm::SeqContextVM [] [src]

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

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