Docs.rs
multiversx-sc-0.55.0
multiversx-sc 0.55.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
bitflags =2.6.0
normal
hex-literal =0.4.1
normal
multiversx-chain-core =0.12.0
normal
multiversx-sc-codec =0.21.2
normal
multiversx-sc-derive =0.55.0
normal
num-traits =0.2.19
normal
unwrap-infallible ^0.1.5
normal
Versions
24.78%
of the crate is documented
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.55.0
TxCode
Source
Specified
Implementors
In multiversx_
sc::
types
multiversx_sc
::
types
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>,