Module context

Source

Modules§

client_ctx
Implementation of the ClientValidationContext and ClientExecutionContext traits for the Context type.
custom_ctx
Implementation of the ExtClientValidationContext trait for the Context type.

Structs§

Context
Context is a wrapper around the deps and env that provides access to the methods under the ibc-rs Validation and Execution traits.

Constants§

CONSENSUS_STATE_HEIGHT_MAP
Height cannot 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 to Empty following (cosmwasm-book).

Traits§

StorageMut
StorageRef