UNPKG

@bithomp/xrpl-api

Version:

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

8 lines (7 loc) 234 B
export type FormattedAccountDelete = { destination: string; destinationTag?: number; destinationXAddress: string; }; declare function parseAccountDelete(tx: any): FormattedAccountDelete; export default parseAccountDelete;