pub trait RuntimeInstanceCallLambda {
// Required methods
fn call(self, instance_call: RuntimeInstanceCall<'_>);
fn override_function_name(&self) -> Option<TxFunctionName>;
}
pub trait RuntimeInstanceCallLambda {
// Required methods
fn call(self, instance_call: RuntimeInstanceCall<'_>);
fn override_function_name(&self) -> Option<TxFunctionName>;
}