UNPKG

@nextrope/xrpl

Version:

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

4 lines 233 B
import BigNumber from 'bignumber.js'; export declare function dropsToXrp(dropsToConvert: BigNumber.Value): number; export declare function xrpToDrops(xrpToConvert: BigNumber.Value): string; //# sourceMappingURL=xrpConversion.d.ts.map