UNPKG

cosmic-interchain-cli

Version:

A command-line utility for Cosmic Wire's interchain messaging protocol

6 lines 311 B
import { HyperlaneRelayer } from '@hyperlane-xyz/sdk'; /** * Workaround helper for bypassing bad hook derivation when self-relaying. */ export declare function stubMerkleTreeConfig(relayer: HyperlaneRelayer, chain: string, hookAddress: string, merkleAddress: string): void; //# sourceMappingURL=relay.d.ts.map