UNPKG

o3-dapi-ont

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