multiversx_sc::types

Trait TxEgldValue

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

Source§

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

Source§

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