UNPKG

o3-dapi-ont

Version:
17 lines 427 B
interface TransferFromInput { network: string; scriptHash: string; from: string; to: string; amount: string; gasPrice?: number; gasLimit?: number; broadcastOverride?: boolean; } interface TransferFromOutput { txid: string; nodeUrl: string; } export declare function transferFrom(data: TransferFromInput): Promise<TransferFromOutput>; export {}; //# sourceMappingURL=transferFrom.d.ts.map