multiversx_sc_snippets::imports

Trait ProxyObjBase

Source
pub trait ProxyObjBase {
    type Api: VMApi;
    type To: TxTo<TxScEnv<Self::Api>>;
}

Required Associated Types§

Source

type Api: VMApi

Source

type To: TxTo<TxScEnv<Self::Api>>

Implementors§