Re-exports§
pub use types::ReturnData;
Modules§
Structs§
- ExtCosts
Config - VMConfig
- VMContext
- Context for the contract execution.
- VMLimit
Config - Describes limits for VM and Runtime.
- VMLogic
- VMOutcome
Enums§
- Action
Costs - ExtCosts
- Strongly-typed representation of the fees for counting.
- Host
Error - VMKind
- VMLogic
Error
Traits§
- External
- An external blockchain interface for the Runtime logic
- Memory
Like - An abstraction over the memory of the smart contract.
- Value
Ptr - Logical pointer to a value in storage. Allows getting value length before getting the value itself. This is needed so that runtime can charge gas before accessing a potentially large value.