multiversx_sc_scenario::imports

Trait TxEgldValue

Source
pub trait TxEgldValue<Env>: AnnotatedValue<Env, BigUint<<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> TxEgldValue<Env> for u64
where Env: TxEnv,

Implementors§

Source§

impl<Env> TxEgldValue<Env> for &BigUint<<Env as TxEnv>::Api>
where Env: TxEnv,

Source§

impl<Env> TxEgldValue<Env> for BigUint<<Env as TxEnv>::Api>
where Env: TxEnv,

Source§

impl<Env> TxEgldValue<Env> for ManagedRef<'_, <Env as TxEnv>::Api, BigUint<<Env as TxEnv>::Api>>
where Env: TxEnv,

Source§

impl<Env> TxEgldValue<Env> for NumExpr<'_>
where Env: ScenarioTxEnv,