Module ibc_relayer::object[][src]

Structs

Channel

Channel

Client

Client

UnidirectionalChannelPath

A unidirectional path from a source chain, channel and port.

Enums

Object

An object determines the amount of parallelism that can be exercised when processing [IbcEvent] between two chains. For each Object, a corresponding [Worker] is spawned and all [IbcEvent]s mapped to an Object are sent to the associated [Worker] for processing.