Trait multiversx_sc_snippets::imports::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<'a, Env> TxGasValue<Env> for NumExpr<'a>
where Env: ScenarioTxEnv,

source§

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