UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 206 B
import { FormattedSetRemarksSpecification } from "../../types/remarks"; declare function parseSetRemarks(tx: any, nativeCurrency?: string): FormattedSetRemarksSpecification; export default parseSetRemarks;