UNPKG

@nextrope/xrpl

Version:

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

3 lines 159 B
import { type Client } from '..'; export default function getFeeXrp(client: Client, cushion?: number): Promise<string>; //# sourceMappingURL=getFeeXrp.d.ts.map