UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 238 B
import { DIDDelete } from "xrpl"; import { FormattedDIDDeleteSpecification } from "../../types/did"; declare function parseDidDelete(tx: DIDDelete, nativeCurrency?: string): FormattedDIDDeleteSpecification; export default parseDidDelete;