[][src]Module ibc::ics02_client::context

ICS2 (client) context. The two traits ClientReader and ClientKeeper define the interface that any host chain must implement to be able to process any ClientMsg. See "ADR 003: IBC protocol implementation" for more details.

Traits

ClientKeeper

Defines the write-only part of ICS2 (client functions) context.

ClientReader

Defines the read-only part of ICS2 (client functions) context.