Function oasis_runtime_sdk::module::dispatch_call
source ยท pub fn dispatch_call<C, B, R, E, F>(
ctx: &C,
body: Value,
f: F,
) -> DispatchResult<Value, CallResult>
Expand description
A convenience function for dispatching method calls.