1234 |
- 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
|