scrypt-ts
Version:
A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.
9 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bsv = void 0;
const scryptlib_1 = require("scryptlib");
Object.defineProperty(exports, "bsv", { enumerable: true, get: function () { return scryptlib_1.bsv; } });
scryptlib_1.bsv.PrivateKey.prototype.toByteString = function () {
return this.toHex();
};
//# sourceMappingURL=privateKey.js.map