Docs.rs
multiversx-sc-0.64.2
multiversx-sc 0.64.2
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
bitflags ^2.9
normal
generic-array ^1.2.0
normal
hex-literal ^1.0
normal
multiversx-chain-core =0.21.2
normal
multiversx-sc-codec =0.24.0
normal
multiversx-sc-derive =0.64.2
normal
num-traits =0.2.19
normal
unwrap-infallible ^1.0
normal
Versions
25.97%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ProxyObjBase
multiversx_
sc
0.64.2
Proxy
ObjBase
Required Associated Types
Api
To
Implementors
In multiversx_
sc::
contract_
base
multiversx_sc
::
contract_base
Trait
Proxy
ObjBase
Copy item path
Source
pub trait ProxyObjBase { type
Api
:
VMApi
; type
To
:
TxTo
<
TxScEnv
<Self::
Api
>>; }
Required Associated Types
§
Source
type
Api
:
VMApi
Source
type
To
:
TxTo
<
TxScEnv
<Self::
Api
>>
Implementors
§