You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

partialPayment.d.ts 317B

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