UNPKG

@bithomp/xrpl-api

Version:

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

6 lines (5 loc) 210 B
import { BatchFlagsKeysInterface } from "../../types/batch"; declare function parseBatchFlags(value: number, options?: { excludeFalse?: boolean; }): BatchFlagsKeysInterface; export default parseBatchFlags;