Skip to main content

Module __private

Module __private 

Source

Re-exports§

pub use crate::vm::MEMORY_POOL;
pub use crate::vm::calculate_heap_cost;
pub use crate::vm::create_vm;

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
Rent
Configuration of network rent.
TransactionContext
Loaded transaction shared between runtime and programs.

Enums§

InstructionError
Reasons the runtime might have rejected an instruction.

Traits§

ReadableAccount