Docs.rs
  • ibc-core-0.49.0
    • ibc-core 0.49.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rnbguy
    • Farhad-Shabani
    • ibcbot
    • seanchen1991
    • Dependencies
      • ibc-core-channel ^0.49.0 normal
      • ibc-core-client ^0.49.0 normal
      • ibc-core-commitment-types ^0.49.0 normal
      • ibc-core-connection ^0.49.0 normal
      • ibc-core-handler ^0.49.0 normal
      • ibc-core-host ^0.49.0 normal
      • ibc-core-router ^0.49.0 normal
      • ibc-primitives ^0.49.0 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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_core0.49.0

Module handler

  • Enums
  • Functions

In ibc_core::channel

?
Change settings

Module ibc_core::channel::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
  • 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