scrypt-ts
Advanced tools
Comparing version 0.1.4-alpha.2 to 0.1.4-alpha.3
@@ -6,1 +6,2 @@ import { prop, method } from './decorators'; | ||
export { prop, method, SmartContract, TxOutputRef }; | ||
export { bsv, toHex, buildPublicKeyHashScript, buildOpreturnScript, ContractDescription, TxContext, VerifyResult } from 'scryptlib'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SmartContract = exports.method = exports.prop = void 0; | ||
exports.buildOpreturnScript = exports.buildPublicKeyHashScript = exports.toHex = exports.bsv = exports.SmartContract = exports.method = exports.prop = void 0; | ||
const decorators_1 = require("./decorators"); | ||
@@ -26,2 +26,7 @@ Object.defineProperty(exports, "prop", { enumerable: true, get: function () { return decorators_1.prop; } }); | ||
__exportStar(require("./builtins/functions"), exports); | ||
var scryptlib_1 = require("scryptlib"); | ||
Object.defineProperty(exports, "bsv", { enumerable: true, get: function () { return scryptlib_1.bsv; } }); | ||
Object.defineProperty(exports, "toHex", { enumerable: true, get: function () { return scryptlib_1.toHex; } }); | ||
Object.defineProperty(exports, "buildPublicKeyHashScript", { enumerable: true, get: function () { return scryptlib_1.buildPublicKeyHashScript; } }); | ||
Object.defineProperty(exports, "buildOpreturnScript", { enumerable: true, get: function () { return scryptlib_1.buildOpreturnScript; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "scrypt-ts", | ||
"version": "0.1.4-alpha.2", | ||
"version": "0.1.4-alpha.3", | ||
"description": "A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.", | ||
@@ -9,2 +9,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"prepublishOnly": "npm run build", | ||
"gendocs": "typedoc --readme none --plugin typedoc-plugin-markdown --out scryptTS-docs src/index.ts", | ||
@@ -11,0 +12,0 @@ "clean-test-out": "rimraf test/scrypt.index.json && rimraf test/out && rimraf test/scrypts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156549
3375