UNPKG

@bithomp/xrpl-api

Version:

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

9 lines (8 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const amm_1 = require("../../types/amm"); const flags_1 = require("./flags"); function parseTxAmmWithdrawFlags(value, options = {}) { return (0, flags_1.parseFlags)(value, (0, amm_1.getAMMWithdrawFlagsKeys)(options.nativeCurrency), options); } exports.default = parseTxAmmWithdrawFlags;