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.

payment-channel.d.ts 277B

12345
  1. import { FormattedPaymentChannel } from './parse/payment-channel';
  2. import { RippleAPI } from '..';
  3. declare function getPaymentChannel(this: RippleAPI, id: string): Promise<FormattedPaymentChannel>;
  4. export default getPaymentChannel;
  5. //# sourceMappingURL=payment-channel.d.ts.map