Docs.rs
multiversx-sc-snippets-0.51.1
multiversx-sc-snippets 0.51.1
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
base64 ^0.22
normal
env_logger ^0.11
normal
futures ^0.3
normal
hex ^0.4
normal
log ^0.4.17
normal
multiversx-chain-scenario-format ^0.22.3
normal
multiversx-sc-scenario =0.51.1
normal
multiversx-sdk =0.5.0
normal
tokio ^1.24
normal
serde_json ^1.0
dev
Versions
78.26%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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_snippets
0.51.1
TxCodeSource
Implementations on Foreign Types
()
Implementors
In multiversx_sc_snippets::imports
Trait
multiversx_sc_snippets
::
imports
::
TxCodeSource
Copy item path
source
·
[
−
]
pub trait TxCodeSource<Env>
where Env:
TxEnv
,
{ }
Implementations on Foreign Types
§
source
§
impl<Env>
TxCodeSource
<Env> for
()
where Env:
TxEnv
,
Implementors
§
source
§
impl<Env, CodeValue>
TxCodeSource
<Env> for
Code
<CodeValue>
where Env:
TxEnv
, CodeValue:
TxCodeValue
<Env>,
source
§
impl<Env, FromSourceValue>
TxCodeSource
<Env> for
FromSource
<FromSourceValue>
where Env:
TxEnv
, FromSourceValue:
TxFromSourceValue
<Env>,