UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 193 B
import { TxGlobalFlagsKeysInterface } from "../../types/global"; export declare function parseGlobalFlags(value: number, options?: { excludeFalse?: boolean; }): TxGlobalFlagsKeysInterface;