Trait multiversx_sc_scenario::imports::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>>

Object Safety§

This trait is not object safe.

Implementors§