Expand description
Contains primitives types and traits common to various IBC components.
Modules§
- Contains various internally used utilities.
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>
.