Trait multiversx_sc_snippets::imports::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 &Bech32Address
where Env: TxEnv,

source§

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

source§

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

source§

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

source§

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

source§

impl<P, Env> TxTo<Env> for &ContractInfo<P>
where Env: TxEnv, P: ProxyObjNew,