UNPKG

cosmic-interchain-cli

Version:

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

5 lines 359 B
import { IRegistry } from '@hyperlane-xyz/registry'; import { Token, WarpCoreConfig } from '@hyperlane-xyz/sdk'; export declare function runTokenSelectionStep(tokens: Token[], message?: string): Promise<string>; export declare function selectRegistryWarpRoute(registry: IRegistry, symbol: string): Promise<WarpCoreConfig>; //# sourceMappingURL=tokens.d.ts.map