Module runtime_context

Source
Expand description

The context of execution of WASM code.

Structs§

RuntimeContext
Holds information specific to the deployed contract.

Enums§

AllowInstallUpgrade
Whether the execution is permitted to call FFI casper_add_contract_version() or not.

Constants§

RANDOM_BYTES_COUNT
Number of bytes returned from the random_bytes function.