UNPKG

@bithomp/xrpl-api

Version:

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

6 lines (5 loc) 226 B
import { URITokenFlagsKeysInterface } from "../../types/uritokens"; declare function parseURITokenFlags(value: number, options?: { excludeFalse?: boolean; }): URITokenFlagsKeysInterface; export default parseURITokenFlags;