UNPKG

@bithomp/xrpl-api

Version:

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

6 lines (5 loc) 166 B
declare function parseAmendment(tx: any): { amendment: any; memos: import("../../common/types/objects").Memo[] | undefined; }; export default parseAmendment;