@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
22 lines • 881 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
const __1 = require("..");
/**
* Class for defining options for the
* HubClient, such as hub Identifier and client Identifier.
*/
class HubClientOptions {
constructor() {
/**
* Crypto Options
* contains algorithm and other data about crypto
*/
this.cryptoOptions = new __1.CryptoOptions();
}
}
exports.HubClientOptions = HubClientOptions;
//# sourceMappingURL=IHubClient.js.map