Skip to main content

ExecutionState

Trait ExecutionState 

Source
pub trait ExecutionState:
    Storage
    + RuntimeObjectResolver
    + ObjectFundsResolver { }
Expand description

Interface with the store necessary to execute a programmable transaction

Implementors§

Source§

impl<T> ExecutionState for T
where T: Storage + RuntimeObjectResolver + ObjectFundsResolver,