UNPKG

cosmic-local-interchain

Version:

A command-line utility for Cosmic Interchain Messenger Local Networks

10 lines 354 B
import { CommandContext } from '../context/types.js'; export declare function getValidatorAddress({ context, accessKey, secretKey, region, bucket, keyId, }: { context: CommandContext; accessKey?: string; secretKey?: string; region?: string; bucket?: string; keyId?: string; }): Promise<void>; //# sourceMappingURL=address.d.ts.map