UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 180 B
import { FormattedAmendmentSpecification } from "../../types/amendments"; declare function parseAmendment(tx: any): FormattedAmendmentSpecification; export default parseAmendment;