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
- The expiry result when comparing two timestamps.
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>
.