UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

17 lines 692 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); /** * Class for key storage constants */ class KeyStoreConstants { } /** * Master seed, basis for all key generation */ KeyStoreConstants.masterSeed = 'masterSeed'; exports.default = KeyStoreConstants; //# sourceMappingURL=KeyStoreConstants.js.map