UNPKG

@nextrope/xrpl

Version:

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

3 lines 181 B
import { Wallet } from './index'; export declare function authorizeChannel(wallet: Wallet, channelId: string, amount: string): string; //# sourceMappingURL=authorizeChannel.d.ts.map