"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPublicKey = function (val) { return val.publicKey !== undefined; }; exports.isPrivateKey = function (val) { return val.privateKey !== undefined; }; //# sourceMappingURL=util.js.map