Files
RJSVM/node_modules/xrpl/dist/npm/client/partialPayment.d.ts
T
nitowa 1dae68b1c7 init
2023-08-15 22:28:03 +02:00

4 lines
317 B
TypeScript

import type { Response, TransactionStream } from '..';
export declare function handlePartialPayment(command: string, response: Response): void;
export declare function handleStreamPartialPayment(stream: TransactionStream, log: (id: string, message: string) => void): void;
//# sourceMappingURL=partialPayment.d.ts.map