Crate ibc_primitives

source ·
Expand description

Contains primitives types and traits common to various IBC components.

Modules§

Structs§

  • Represents the address of the signer of the current transaction
  • A new type wrapper over Option<Time> to keep track of IBC packet timeout.

Enums§

Constants§

Traits§

  • Types that implement this trait are able to be converted to a raw Protobuf Any type.
  • Convenient trait for converting types to a raw Protobuf Vec<u8>.