UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

16 lines 607 B
import { ChainName, WarpCoreConfig } from '@hyperlane-xyz/sdk'; import { WriteCommandContext } from '../context/types.js'; export declare const WarpSendLogs: { SUCCESS: string; }; export declare function sendTestTransfer({ context, warpCoreConfig, chains, amount, recipient, timeoutSec, skipWaitForDelivery, selfRelay, }: { context: WriteCommandContext; warpCoreConfig: WarpCoreConfig; chains: ChainName[]; amount: string; recipient?: string; timeoutSec: number; skipWaitForDelivery: boolean; selfRelay?: boolean; }): Promise<void>; //# sourceMappingURL=transfer.d.ts.map