UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

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