UNPKG

@hypernetlabs/objects

Version:
11 lines 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrivateCredentials = void 0; class PrivateCredentials { constructor(privateKey, mnemonic) { this.privateKey = privateKey; this.mnemonic = mnemonic; } } exports.PrivateCredentials = PrivateCredentials; //# sourceMappingURL=PrivateCredentials.js.map