multiversx_sc_scenario::imports

Trait TxDataFunctionCall

Source
pub trait TxDataFunctionCall<Env>: TxData<Env> + Into<FunctionCall<<Env as TxEnv>::Api>>
where Env: TxEnv,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<Env> TxDataFunctionCall<Env> for ()
where Env: TxEnv,

Implementors§

Source§

impl<Env> TxDataFunctionCall<Env> for FunctionCall<<Env as TxEnv>::Api>
where Env: TxEnv,