scrypt-ts
Advanced tools
Comparing version 1.3.29 to 1.3.30
import { prop, method } from './smart-contract/decorators'; | ||
import { SmartContract, TxOutputRef, TxInputRef, ScriptContext, Outpoint, OffchainUpdates } from './smart-contract/contract'; | ||
import { SmartContractLib } from './smart-contract/library'; | ||
export { P2PKH } from './smart-contract/builtins/p2pkh'; | ||
export { P2PK } from './smart-contract/builtins/p2pk'; | ||
export * from './smart-contract/builtins/types'; | ||
@@ -5,0 +7,0 @@ export * from './smart-contract/builtins/functions'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TestWallet = exports.Provider = exports.replayToLatest = exports.bsv = exports.FunctionCall = exports.buildOpreturnScript = exports.buildPublicKeyHashScript = exports.toHex = exports.SmartContractLib = exports.SmartContract = exports.method = exports.prop = void 0; | ||
exports.TestWallet = exports.Provider = exports.replayToLatest = exports.bsv = exports.FunctionCall = exports.buildOpreturnScript = exports.buildPublicKeyHashScript = exports.toHex = exports.SmartContractLib = exports.SmartContract = exports.method = exports.prop = exports.P2PK = exports.P2PKH = void 0; | ||
const decorators_1 = require("./smart-contract/decorators"); | ||
@@ -26,2 +26,6 @@ Object.defineProperty(exports, "prop", { enumerable: true, get: function () { return decorators_1.prop; } }); | ||
Object.defineProperty(exports, "SmartContractLib", { enumerable: true, get: function () { return library_1.SmartContractLib; } }); | ||
var p2pkh_1 = require("./smart-contract/builtins/p2pkh"); | ||
Object.defineProperty(exports, "P2PKH", { enumerable: true, get: function () { return p2pkh_1.P2PKH; } }); | ||
var p2pk_1 = require("./smart-contract/builtins/p2pk"); | ||
Object.defineProperty(exports, "P2PK", { enumerable: true, get: function () { return p2pk_1.P2PK; } }); | ||
__exportStar(require("./smart-contract/builtins/types"), exports); | ||
@@ -28,0 +32,0 @@ __exportStar(require("./smart-contract/builtins/functions"), exports); |
{ | ||
"name": "scrypt-ts", | ||
"version": "1.3.29", | ||
"version": "1.3.30", | ||
"description": "A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
696232
138
12235