Trait multiversx_sc_snippets::imports::TxCodeValue

source ·
pub trait TxCodeValue<Env>: AnnotatedValue<Env, ManagedBuffer<<Env as TxEnv>::Api>>
where Env: TxEnv,
{ }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'a, Env> TxCodeValue<Env> for FilePath<'a>
where Env: ScenarioTxEnv,

source§

impl<'a, Env> TxCodeValue<Env> for MxscPath<'a>
where Env: ScenarioTxEnv,

source§

impl<Env> TxCodeValue<Env> for &BytesValue
where Env: TxEnv,

source§

impl<Env> TxCodeValue<Env> for BytesValue
where Env: TxEnv,

source§

impl<Env> TxCodeValue<Env> for ManagedBuffer<<Env as TxEnv>::Api>
where Env: TxEnv,