Structs§
- Config
- Dynamic configuration parameters required for the WASM runtime to execute a smart contract.
- Limit
Config - Describes limits for VM and Runtime. TODO #4139: consider switching to strongly-typed wrappers instead of raw quantities
Enums§
- Contract
Prepare Version - 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. - Storage
GetMode - This enum represents if a storage_get call will be performed through flat storage or trie
- VMKind