UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

9 lines 326 B
import { CommandModuleWithContext } from '../context/types.js'; import { MessageOptionsArgTypes } from './send.js'; export declare const relayerCommand: CommandModuleWithContext<MessageOptionsArgTypes & { chains?: string; cache: string; symbol?: string; warp?: string; }>; //# sourceMappingURL=relayer.d.ts.map