UNPKG

xrpl

Version:

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

8 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VaultFlags = void 0; var VaultFlags; (function (VaultFlags) { VaultFlags[VaultFlags["lsfVaultPrivate"] = 65536] = "lsfVaultPrivate"; })(VaultFlags || (exports.VaultFlags = VaultFlags = {})); //# sourceMappingURL=Vault.js.map