4 lines
317 B
TypeScript
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
|