Module ibc_core::primitives

source ·
Expand description

Re-exports IBC primitive types from the ibc-primitives crate

Modules

  • Re-export of common proto types from the ibc-proto crate.
  • Contains various internally-used utilities.

Macros

  • Downcast an enum variant that contains a single value into its inner value.

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

  • Trait to be implemented by all IBC messages