UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

9 lines 367 B
import { ChainName, CoreConfig } from '@hyperlane-xyz/sdk'; import { Address } from '@hyperlane-xyz/utils'; import { CommandContext } from '../context/types.js'; export declare function executeCoreRead({ context, chain, mailbox, }: { context: CommandContext; chain: ChainName; mailbox?: Address; }): Promise<CoreConfig>; //# sourceMappingURL=core.d.ts.map