Trait multiversx_sc::types::TxTo

source ·
pub trait TxTo<Env>
where Env: TxEnv,
{ }
Expand description

Marks the recipient of any transaction.

Implementations on Foreign Types§

source§

impl<Env> TxTo<Env> for ()
where Env: TxEnv,

Implementors§

source§

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

source§

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

source§

impl<Api> TxTo<TxScEnv<Api>> for ESDTSystemSCAddress
where Api: CallTypeApi,

source§

impl<Api> TxTo<TxScEnv<Api>> for ToCaller

source§

impl<Api> TxTo<TxScEnv<Api>> for ToSelf

source§

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

source§

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

source§

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

source§

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