UNPKG

cosmic-interchain-cli

Version:

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

12 lines 325 B
import { CommandModule } from 'yargs'; import { CommandModuleWithContext } from '../context/types.js'; /** * Parent command */ export declare const ismCommand: CommandModule; export declare const read: CommandModuleWithContext<{ chain: string; address: string; out: string; }>; //# sourceMappingURL=ism.d.ts.map