@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
15 lines • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* JWS signature used by the general JSON
*/
class JwsSignature {
/**
* Creates instance of @class JwsSignature
*/
constructor() {
this.signature = Buffer.from('');
}
}
exports.default = JwsSignature;
//# sourceMappingURL=JwsSignature.js.map