Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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