Trait multiversx_sc::types::TxGasValue

source ·
pub trait TxGasValue<Env>: AnnotatedValue<Env, u64>
where Env: TxEnv,
{ }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<Env> TxGasValue<Env> for u64
where Env: TxEnv,

Implementors§

source§

impl<Env> TxGasValue<Env> for GasLeft
where Env: TxEnv,