UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

12 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * JWS signature used by the general JSON */ class JweRecipient { constructor() { this.encrypted_key = Buffer.from(''); } } exports.default = JweRecipient; //# sourceMappingURL=JweRecipient.js.map