UNPKG

@bithomp/xrpl-api

Version:

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

6 lines (5 loc) 224 B
import { TxGlobalFlagsKeysInterface } from "../../types/global"; export declare function parseTxGlobalFlags(value: number, options?: { excludeFalse?: boolean; nativeCurrency?: string; }): TxGlobalFlagsKeysInterface;