UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

3 lines 224 B
declare function verifyPaymentChannelClaim(channel: string, xrpAmount: string, signature: string, publicKey: string): boolean; export default verifyPaymentChannelClaim; //# sourceMappingURL=verifyPaymentChannelClaim.d.ts.map