multiversx_sc_snippets::imports

Trait 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<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 ESDTSystemSCAddress
where Env: TxEnv,

Source§

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

Source§

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

Source§

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

Source§

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