Type Definition sputnikvm::SeqContextVM

source ·
pub type SeqContextVM<P> = ContextVM<SeqMemory<P>, P>;
Expand description

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