UNPKG

cosmic-interchain-cli

Version:

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

4 lines 273 B
import { Address } from '@hyperlane-xyz/utils'; import { CommandContext } from '../context/types.js'; export declare const checkValidatorSetup: (context: CommandContext, chain: string, validators: Set<Address>) => Promise<void>; //# sourceMappingURL=preFlightCheck.d.ts.map