UNPKG

@bithomp/xrpl-api

Version:

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

7 lines (6 loc) 244 B
import { PaymentKeysInterface } from "../../types/payments"; declare function parseTxPaymentFlags(value: number, options?: { excludeFalse?: boolean; nativeCurrency?: string; }): PaymentKeysInterface; export default parseTxPaymentFlags;