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.