Docs.rs
  • ibc-core-channel-0.57.0
    • ibc-core-channel 0.57.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rnbguy
    • Farhad-Shabani
    • ibcbot
    • seanchen1991
    • Dependencies
      • ibc-core-channel-types ^0.57.0 normal
      • ibc-core-client ^0.57.0 normal
      • ibc-core-commitment-types ^0.57.0 normal
      • ibc-core-connection ^0.57.0 normal
      • ibc-core-handler-types ^0.57.0 normal
      • ibc-core-host ^0.57.0 normal
      • ibc-core-router ^0.57.0 normal
      • ibc-primitives ^0.57.0 normal
    • Versions
    • 31.11% 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_core_channel0.57.0

Module handler

Module Items

  • Enums
  • Functions

In crate ibc_core_channel

ibc_core_channel

Module handler

Source
Expand description

This module implements the processing logic for ICS4 (channel) messages.

Enums§

TimeoutMsgType

Functions§

acknowledgement_packet_execute
acknowledgement_packet_validate
chan_close_confirm_execute
chan_close_confirm_validate
chan_close_init_execute
chan_close_init_validate
chan_open_ack_execute
chan_open_ack_validate
chan_open_confirm_execute
chan_open_confirm_validate
chan_open_init_execute
chan_open_init_validate
chan_open_try_execute
chan_open_try_validate
commit_packet_acknowledgment
commit_packet_sequence_number
commit_packet_sequence_number_with_chan_end
emit_packet_acknowledgement_event
emit_packet_acknowledgement_event_with_chan_end
recv_packet_execute
recv_packet_validate
send_packet
Send the given packet, including all necessary validation.
send_packet_execute
Send the packet without any validation.
send_packet_validate
Validate that sending the given packet would succeed.
timeout_packet_execute
timeout_packet_validate
validate