UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

9 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnableAmendmentFlags = void 0; var EnableAmendmentFlags; (function (EnableAmendmentFlags) { EnableAmendmentFlags[EnableAmendmentFlags["tfGotMajority"] = 65536] = "tfGotMajority"; EnableAmendmentFlags[EnableAmendmentFlags["tfLostMajority"] = 131072] = "tfLostMajority"; })(EnableAmendmentFlags || (exports.EnableAmendmentFlags = EnableAmendmentFlags = {})); //# sourceMappingURL=enableAmendment.js.map