LayerZero v2 transport implementation for xenith.
Provides [LayerZeroTransport], which implements
[xenith_core::MessagingTransport] by routing cross-chain messages through
LayerZero v2 endpoint contracts. Depends on [xenith_core] for traits and
types. Stub behaviour ships by default; real endpoint calls are gated behind
the live feature flag.
use LayerZeroTransport;
use ChainId;
let transport = new;
See the [xenith_core] crate for core types and traits.