Trait multiversx_sc::types::TxFromSpecified

source ·
pub trait TxFromSpecified<Env>: TxFrom<Env> + AnnotatedValue<Env, ManagedAddress<Env::Api>>
where Env: TxEnv,
{ }
Expand description

Marks the non-empty sender of a transaction.

Enforces the reciipent to be explicitly specified.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'a, Env> TxFromSpecified<Env> for TestAddress<'a>
where Env: TxEnv,

source§

impl<'a, Env> TxFromSpecified<Env> for TestSCAddress<'a>
where Env: TxEnv,

source§

impl<Env> TxFromSpecified<Env> for &Address
where Env: TxEnv,

source§

impl<Env> TxFromSpecified<Env> for &ManagedAddress<Env::Api>
where Env: TxEnv,

source§

impl<Env> TxFromSpecified<Env> for Address
where Env: TxEnv,

source§

impl<Env> TxFromSpecified<Env> for ManagedAddress<Env::Api>
where Env: TxEnv,