Module ibc::core::ics04_channel::context

source ·
Expand description

ICS4 (channel) context. The two traits ChannelReader and ChannelKeeper define the interface that any host chain must implement to be able to process any ChannelMsg.

Traits

A context supplying all the necessary write-only dependencies (i.e., storage writing facility) for processing any ChannelMsg.
A context supplying all the necessary read-only dependencies for processing any ChannelMsg.

Functions