UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

10 lines 396 B
import { ChainName } from '@hyperlane-xyz/sdk'; import { WriteCommandContext } from '../context/types.js'; export declare function checkMessageStatus({ context, messageId, origin, selfRelay, dispatchTx, }: { context: WriteCommandContext; dispatchTx?: string; messageId?: string; origin?: ChainName; selfRelay?: boolean; }): Promise<void>; //# sourceMappingURL=message.d.ts.map