UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

9 lines (8 loc) 259 B
declare function parseFeeUpdate(tx: any): { memos: import("../../common/types/objects").Memo[] | undefined; baseFeeXRP: string; referenceFeeUnits: any; reserveBaseXRP: string; reserveIncrementXRP: string; }; export default parseFeeUpdate;