UNPKG

@transia/xrpl

Version:

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

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