Module vm

Source

Structs§

Config
Dynamic configuration parameters required for the WASM runtime to execute a smart contract.
LimitConfig
Describes limits for VM and Runtime. TODO #4139: consider switching to strongly-typed wrappers instead of raw quantities

Enums§

ContractPrepareVersion
Our original code for limiting WASM stack was buggy. We fixed that, but we still have to use old (V0) limiter for old protocol versions.
StorageGetMode
This enum represents if a storage_get call will be performed through flat storage or trie
VMKind