Docs.rs
multiversx-sc-snippets-0.60.0
multiversx-sc-snippets 0.60.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
colored ^3.0
normal
env_logger ^0.11
normal
futures ^0.3
normal
hex ^0.4
normal
log ^0.4.17
normal
multiversx-chain-scenario-format ^0.23.1
normal
multiversx-sc-scenario =0.60.0
normal
multiversx-sdk =0.11.2
normal
multiversx-sdk-dapp =0.11.2
normal
optional
multiversx-sdk-http =0.11.2
normal
optional
serde_json ^1.0
normal
tokio ^1.24
normal
optional
Versions
22.64%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multiversx_
sc_
snippets
0.60.0
TxTo
Implementations on Foreign Types
()
Implementors
In multiversx_
sc_
snippets::
imports
multiversx_sc_snippets
::
imports
Trait
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<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 &
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
DelegationManagerSCAddress
where Env:
TxEnv
,
Source
§
impl<Env>
TxTo
<Env> for
ESDTSystemSCAddress
where Env:
TxEnv
,
Source
§
impl<Env>
TxTo
<Env> for
GovernanceSystemSCAddress
where Env:
TxEnv
,
Source
§
impl<Env>
TxTo
<Env> for
ManagedAddress
<<Env as
TxEnv
>::
Api
>
where Env:
TxEnv
,
Source
§
impl<Env>
TxTo
<Env> for
SystemSCAddress
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<Env>
TxTo
<Env> for
ValidatorSystemSCAddress
where Env:
TxEnv
,
Source
§
impl<P, Env>
TxTo
<Env> for &
ContractInfo
<P>
where Env:
TxEnv
, P:
ProxyObjNew
,