Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scrypt-ts

Package Overview
Dependencies
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt-ts - npm Package Compare versions

Comparing version 1.3.29 to 1.3.30

dist/smart-contract/builtins/p2pk.d.ts

2

dist/index.d.ts
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);

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc