@bithomp/xrpl-api
Version:
A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger
9 lines (8 loc) • 330 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const remarks_1 = require("../../types/remarks");
const flags_1 = require("./flags");
function parseRemarkFlags(value, options = {}) {
return (0, flags_1.parseFlags)(value, remarks_1.RemarksFlagsKeys, options);
}
exports.default = parseRemarkFlags;
;