Function mock_builder::storage::execute_call
source · pub fn execute_call<I, O>(call_id: CallId, input: I) -> Result<O, Error>
Expand description
Execute a call from the call storage identified by a call_id
.
pub fn execute_call<I, O>(call_id: CallId, input: I) -> Result<O, Error>
Execute a call from the call storage identified by a call_id
.