UNPKG

o3-dapi-ont

Version:
16 lines 390 B
interface TransferFromInput { network: string; scriptHash: string; tokenId: string; spender: string; from: string; to: string; amount: string; } interface TransferFromOutput { txid: string; nodeUrl: string; } export declare function transferFrom(data: TransferFromInput): Promise<TransferFromOutput>; export {}; //# sourceMappingURL=transferFrom.d.ts.map