Trait t3rn_sdk::executor::StateHandler
source · pub trait StateHandler<Hash, State>where
Hash: Encode + Decode,
State: Encode + Decode,{
// Required method
fn get_state(execution_id: Option<Hash>) -> Result<State, Error>;
}
Expand description
This trait provides access for an executor to read local state from the circuit.