UNPKG

scrypt-ts

Version:

A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.

9 lines 400 B
"use strict"; 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.crypto.Signature.prototype.toByteString = function () { return this.toTxFormat().toString('hex'); }; //# sourceMappingURL=sig.js.map