@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
15 lines (13 loc) • 554 B
text/typescript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/**
* Class for key storage constants
*/
export default class KeyStoreConstants {
/**
* Master seed, basis for all key generation
*/
public static masterSeed = 'masterSeed';
}