UNPKG

scrypt-ts

Version:

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

9 lines 383 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.Address.prototype.toByteString = function () { return this.toHex().slice(2); }; //# sourceMappingURL=address.js.map