UNPKG

o3-dapi-ont

Version:
11 lines 282 B
import { Asset } from '../../constants'; interface SendInput { to: string; asset: Asset; amount: string; network: string; broadcastOverride?: boolean; } export declare function send(data: SendInput): Promise<string>; export {}; //# sourceMappingURL=send.d.ts.map