Docs.rs
multiversx-sc-0.66.0
multiversx-sc 0.66.0
Permalink
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
normal
multiversx-chain-core =0.23.0
normal
multiversx-sc-codec =0.25.0
normal
multiversx-sc-derive =0.66.0
normal
num-traits ^0.2
normal
unwrap-infallible ^1.0
normal
Versions
27.16%
of the crate is documented
Platform
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.66.0
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
§