stacks-encoding-native-js
Advanced tools
Comparing version
@@ -238,4 +238,8 @@ import * as bindings from './loader'; | ||
P2SH = 1, | ||
/** hash160(multisig-redeem-script), same as bitcoin's multisig p2sh (non-sequential signing) */ | ||
P2SHNonSequential = 5, | ||
/** hash160(segwit-program-00(public-keys)), same as bitcoin's p2sh-p2wsh */ | ||
P2WSH = 3 | ||
P2WSH = 3, | ||
/** hash160(segwit-program-00(public-keys)), same as bitcoin's p2sh-p2wsh (non-sequential signing) */ | ||
P2WSHNonSequential = 7 | ||
} | ||
@@ -242,0 +246,0 @@ export declare enum ClarityVersion { |
@@ -103,4 +103,8 @@ "use strict"; | ||
TxSpendingConditionMultiSigHashMode[TxSpendingConditionMultiSigHashMode["P2SH"] = 1] = "P2SH"; | ||
/** hash160(multisig-redeem-script), same as bitcoin's multisig p2sh (non-sequential signing) */ | ||
TxSpendingConditionMultiSigHashMode[TxSpendingConditionMultiSigHashMode["P2SHNonSequential"] = 5] = "P2SHNonSequential"; | ||
/** hash160(segwit-program-00(public-keys)), same as bitcoin's p2sh-p2wsh */ | ||
TxSpendingConditionMultiSigHashMode[TxSpendingConditionMultiSigHashMode["P2WSH"] = 3] = "P2WSH"; | ||
/** hash160(segwit-program-00(public-keys)), same as bitcoin's p2sh-p2wsh (non-sequential signing) */ | ||
TxSpendingConditionMultiSigHashMode[TxSpendingConditionMultiSigHashMode["P2WSHNonSequential"] = 7] = "P2WSHNonSequential"; | ||
})(TxSpendingConditionMultiSigHashMode = exports.TxSpendingConditionMultiSigHashMode || (exports.TxSpendingConditionMultiSigHashMode = {})); | ||
@@ -107,0 +111,0 @@ var ClarityVersion; |
{ | ||
"name": "stacks-encoding-native-js", | ||
"version": "1.1.0-beta.5", | ||
"version": "1.1.0-beta.6", | ||
"description": "Encoding & decoding functions for the Stacks blockchain exposed as a fast native Node.js addon", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"@types/jest": "^27.4.1", | ||
"cargo-cp-artifact": "^0.1", | ||
"cargo-cp-artifact": "^0.1.9", | ||
"jest": "^27.5.1", | ||
@@ -33,0 +33,0 @@ "ts-jest": "^27.1.4", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
649
1.25%9572362
-0.79%