UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 266 B
import { AccountDelete } from "xrpl"; import { FormattedAccountDeleteSpecification } from "../../types/account"; declare function parseAccountDelete(tx: AccountDelete, nativeCurrency?: string): FormattedAccountDeleteSpecification; export default parseAccountDelete;