Docs.rs
ibc-client-cw-0.57.0
ibc-client-cw 0.57.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnbguy
ibcbot
seanchen1991
Dependencies
cosmwasm-schema ^2.1.0
normal
cosmwasm-std ^2.1.0
normal
cw-storage-plus ^2.0.0
normal
derive_more ^1.0.0
normal
ibc-client-wasm-types ^0.57.0
normal
ibc-core ^0.57.0
normal
prost ^0.13.1
normal
serde-json-wasm ^1.0.1
dev
Versions
26.76%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
ibc_
client_
cw
0.57.0
Module context
Module Items
Modules
Structs
Constants
Traits
In crate ibc_
client_
cw
ibc_client_cw
Module
context
Copy item path
Source
Modules
§
client_
ctx
Implementation of the
ClientValidationContext
and
ClientExecutionContext
traits for the
Context
type.
custom_
ctx
Implementation of the
ExtClientValidationContext
trait for the
Context
type.
Structs
§
Context
Context is a wrapper around the deps and env that provides access to the methods under the ibc-rs Validation and Execution traits.
Constants
§
CONSENSUS_
STATE_
HEIGHT_
MAP
Height
cannot be used directly as keys in the map, as it doesn’t implement some cw_storage specific traits.Only a sorted set is needed. So the value type is set to
Empty
following (
cosmwasm-book
).
Traits
§
Storage
Mut
Storage
Ref