Crate ibc_relayer

source ·
Expand description

IBC Relayer implementation as a library.

For the IBC relayer binary, please see Hermes (ibc-relayer-cli crate).

Modules§

Macros§

  • A macro to send metric updates via a telemetry handle, only if the telemetry feature is enabled. Otherwise, it compiles to a no-op.
  • Measure the time until the current scope ends.