UNPKG

@bithomp/xrpl-api

Version:

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

9 lines (8 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const trustlines_1 = require("../../types/trustlines"); const flags_1 = require("./flags"); function parseTrustlineFlags(value, options = {}) { return (0, flags_1.parseFlags)(value, trustlines_1.TrustlineFlagsKeys, options); } exports.default = parseTrustlineFlags;