pub trait TxAsyncCallCallback<Api>: TxResultHandler<TxScEnv<Api>>where
Api: CallTypeApi,{
// Required method
fn save_callback_closure_to_storage(&self);
}
pub trait TxAsyncCallCallback<Api>: TxResultHandler<TxScEnv<Api>>where
Api: CallTypeApi,{
// Required method
fn save_callback_closure_to_storage(&self);
}