Docs.rs
multiversx-sc-snippets-0.59.0
multiversx-sc-snippets 0.59.0
Permalink
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.59.0
normal
multiversx-sdk =0.11.0
normal
multiversx-sdk-dapp =0.11.0
normal
optional
multiversx-sdk-http =0.11.0
normal
optional
serde_json ^1.0
normal
tokio ^1.24
normal
optional
Versions
19.61%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multiversx_
sc_
snippets
0.59.0
TxCode
Source
Specified
Implementors
In multiversx_
sc_
snippets::
imports
multiversx_sc_snippets
::
imports
Trait
TxCodeSourceSpecified
Copy item path
Source
pub trait TxCodeSourceSpecified<Env>:
TxCodeSource
<Env>
where Env:
TxEnv
,
{ }
Implementors
§
Source
§
impl<Env, CodeValue>
TxCodeSourceSpecified
<Env> for
Code
<CodeValue>
where Env:
TxEnv
, CodeValue:
TxCodeValue
<Env>,
Source
§
impl<Env, FromSourceValue>
TxCodeSourceSpecified
<Env> for
FromSource
<FromSourceValue>
where Env:
TxEnv
, FromSourceValue:
TxFromSourceValue
<Env>,