Expand description
Re-exports ICS-24 implementation from the ibc-core-host crate
Modules§
- types
- Re-exports ICS-24 data structures from
ibc-core-host-typescrate.
Traits§
- Execution
Context - Context to be implemented by the host that provides all “write-only” methods.
- Validation
Context - Context to be implemented by the host that provides all “read-only” methods.
Type Aliases§
- Client
State Mut - Convenient type alias for
ClientStateMut, providing access to client execution methods within the context. - Client
State Ref - Convenient type alias for
ClientStateRef, providing access to client validation methods within the context. - Consensus
State Ref - Convenient type alias for
ConsensusStateRef, providing access to client validation methods within the context.