Module ibc_testkit::relayer::context
source · Traits§
- Trait capturing all dependencies (i.e., the context) which algorithms in ICS18 require to relay packets between chains. This trait comprises the dependencies towards a single chain. Most of the functions in this represent wrappers over the ABCI interface. This trait mimics the
Chaintrait, but at a lower level of abstraction (no networking, header types, light client, RPC client, etc.)