Modules§
- Implementation of the
ClientValidationContextandClientExecutionContexttraits for theContexttype. - Implementation of the
ExtClientValidationContexttrait for theContexttype.
Structs§
- Context is a wrapper around the deps and env that provides access to the methods under the ibc-rs Validation and Execution traits.
Constants§
Heightcannot be used directly as keys in the map, as it doesn’t implement some cw_storage specific traits.Only a sorted set is needed. So the value type is set toEmptyfollowing (cosmwasm-book).