UNPKG

xiot-core-xcp-ts

Version:
11 lines (10 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyPair = void 0; class KeyPair { constructor(pk, sk) { this.pk = pk; this.sk = sk; } } exports.KeyPair = KeyPair;