Docs.rs
ibc-0.57.0
ibc 0.57.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
romac
rnbguy
greg-szabo
andynog
adizere
hu55a1n1
Farhad-Shabani
informal-bot
ibcbot
seanchen1991
Dependencies
ibc-apps ^0.57.0
normal
ibc-clients ^0.57.0
normal
ibc-core ^0.57.0
normal
ibc-core-host-cosmos ^0.57.0
normal
ibc-derive ^0.10.1
normal
ibc-primitives ^0.57.0
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ibc
0.57.0
Module types
Module Items
Modules
Structs
Enums
In ibc::
core::
client::
context
ibc
::
core
::
client
::
context
Module
types
Copy item path
Source
Modules
§
error
Defines the client error type
events
Types for the IBC events emitted from Tendermint Websocket by the client module.
msgs
Defines the client message types that are sent to the chain by the relayer.
proto
Re-exports ICS-02 proto types from the
ibc-proto
crate for added convenience.
Structs
§
Height
The core IBC height type, which represents the height of a chain, which typically is the number of blocks since genesis (or more generally, since the last revision/hard upgrade).
Enums
§
Status
Represents the status of a client
Update
Kind
UpdateKind
represents the 2 ways that a client can be updated in IBC: either through a
MsgUpdateClient
, or a
MsgSubmitMisbehaviour
.