Docs.rs
multiversx-sc-0.50.1
multiversx-sc 0.50.1
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
bitflags =2.5.0
normal
hex-literal =0.4.1
normal
multiversx-sc-codec =0.19.0
normal
multiversx-sc-derive =0.50.1
normal
num-traits =0.2.19
normal
unwrap-infallible ^0.1.5
normal
Versions
23.66%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multiversx_sc
0.50.1
TxTo
Implementations on Foreign Types
()
Implementors
In multiversx_sc::types
Trait
multiversx_sc
::
types
::
TxTo
Copy item path
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
where Api:
CallTypeApi
+
BlockchainApi
,
source
§
impl<Api>
TxTo
<
TxScEnv
<Api>> for
ToSelf
where Api:
CallTypeApi
+
BlockchainApi
,
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
,