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 newtype wrapper over PrimitiveDateTime which serves as the foundational basis for capturing timestamps. It is used directly to keep track of host timestamps.

Enums§

Constants§

Traits§

  • Utility trait for converting a Timestamp into a host-specific time format.
  • Utility trait for converting an arbitrary host-specific time format into a Timestamp.
  • Types that implement this trait can be converted to a raw Protobuf Any type.
  • Convenient trait for converting types to a raw Protobuf Vec<u8>.