Module vm

Source
Expand description

Implementation of snowman.block.ChainVM interface for timestampvm.

Structs§

State
Represents VM-specific states. Defined in a separate struct, for interior mutability in Vm. To be protected with Arc and RwLock.
Vm
Implements snowman.block.ChainVM interface.

Constants§

PROPOSE_LIMIT_BYTES
Limits how much data a user can propose.