UNPKG

cosmic-interchain-cli

Version:

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

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