Module pallet_ovm::traits[][src]

Traits

An interface that provides access to the external environment in which the predicate-contract is executed similar to a smart-contract.

Loader is a companion of the Vm trait. It loads an appropriate abstract executable to be executed by an accompanying Vm implementation.

For the initalize call context.

A function that generates an AccountId for a predicate upon instantiation.

A trait that represent an optimistic virtual machine.