multiversx_sc_snippets::imports

Trait TxAsyncCallCallback

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

Required Methods§

Implementations on Foreign Types§

Source§

impl<Api> TxAsyncCallCallback<Api> for Option<CallbackClosure<Api>>

Source§

impl<Api> TxAsyncCallCallback<Api> for ()
where Api: CallTypeApi,

Implementors§