xpi-ts 0.2.22 → 0.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,165 +3,165 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.networks = exports.regtest = exports.testnet = exports.livenet = exports.Network = exports.Varint = exports.BufferWriter = exports.BufferReader = exports.Base58Check = exports.Base58 = exports.BitcoreError = exports.EMPTY_BUFFER = exports.NULL_HASH = exports.BufferUtil = exports.convertBits = exports.Base32 = exports.Preconditions = exports.JSUtil = exports.HDPublicKey = exports.HDPrivateKey = exports.PublicKey = exports.PrivateKey = exports.isValidSignatureLength = exports.getSignatureType = exports.isECDSASignature = exports.isSchnorrSignature = exports.createMuSigTaprootAddress = exports.isMuSigTaprootOutput = exports.verifyTaprootKeyPathMuSigPartial = exports.signTaprootKeyPathWithMuSig2 = exports.buildMuSig2TaprootKeyWithScripts = exports.buildMuSig2TaprootKey = exports.createMuSig2Signer = exports.MuSig2Signer = exports.MuSigSessionPhase = exports.MuSigSessionManager = exports.muSig2TaggedHash = exports.muSig2SigAgg = exports.muSig2PartialSigVerify = exports.muSig2PartialSign = exports.muSig2NonceAgg = exports.muSig2NonceGen = exports.muSig2KeyAgg = exports.BN = exports.Schnorr = exports.ECDSA = exports.Signature = exports.Point = exports.Random = exports.Hash = void 0;
|
|
4
4
|
exports.verifyTaprootScriptPathFromControlBlock = exports.verifyTaprootScriptPath = exports.verifyTaprootCommitment = exports.tweakPrivateKey = exports.tweakPublicKey = exports.taggedHash = exports.isTapBranchNode = exports.isTapLeafNode = exports.extractTaprootState = exports.extractTaprootCommitment = exports.createControlBlock = exports.calculateTapTweak = exports.calculateTapLeaf = exports.calculateTapBranch = exports.buildTapTree = exports.buildScriptPathTaproot = exports.buildPayToTaproot = exports.buildKeyPathTaproot = exports.applyTweakToPublicKey = exports.BITS_64_ON = exports.SIGHASH_SINGLE_BUG = exports.DEFAULT_SIGN_FLAGS = exports.Transaction = exports.TransactionSignature = exports.verify = exports.sign = exports.sighash = exports.UnspentOutput = exports.Output = exports.TaprootInput = exports.PublicKeyHashInput = exports.PublicKeyInput = exports.MultisigScriptHashInput = exports.MultisigInput = exports.Input = exports.URI = exports.Message = exports.Unit = exports.Chunk = exports.Interpreter = exports.Opcode = exports.ScriptTypes = exports.Script = exports.XAddress = exports.Address = exports.Networks = exports.removeNetwork = exports.addNetwork = exports.getNetwork = exports.defaultNetwork = void 0;
|
|
5
5
|
exports.Words = exports.pbkdf2 = exports.MnemonicError = exports.Mnemonic = exports.MerkleBlock = exports.BlockHeader = exports.Block = exports.TAPROOT_ANNEX_TAG = exports.TAPROOT_SIZE_WITH_STATE = exports.TAPROOT_SIZE_WITHOUT_STATE = exports.TAPROOT_SIGHASH_TYPE = exports.TAPROOT_INTRO_SIZE = exports.TAPROOT_SCRIPTTYPE = exports.TAPROOT_CONTROL_MAX_SIZE = exports.TAPROOT_CONTROL_MAX_NODE_COUNT = exports.TAPROOT_CONTROL_NODE_SIZE = exports.TAPROOT_CONTROL_BASE_SIZE = exports.TAPROOT_LEAF_TAPSCRIPT = exports.TAPROOT_LEAF_MASK = exports.verifyTaprootSpend = void 0;
|
|
6
|
-
var
|
|
7
|
-
Object.defineProperty(exports, "Hash", { enumerable: true, get: function () { return
|
|
8
|
-
var
|
|
9
|
-
Object.defineProperty(exports, "Random", { enumerable: true, get: function () { return
|
|
10
|
-
var
|
|
11
|
-
Object.defineProperty(exports, "Point", { enumerable: true, get: function () { return
|
|
12
|
-
var
|
|
13
|
-
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return
|
|
14
|
-
var
|
|
15
|
-
Object.defineProperty(exports, "ECDSA", { enumerable: true, get: function () { return
|
|
16
|
-
var
|
|
17
|
-
Object.defineProperty(exports, "Schnorr", { enumerable: true, get: function () { return
|
|
18
|
-
var
|
|
19
|
-
Object.defineProperty(exports, "BN", { enumerable: true, get: function () { return
|
|
20
|
-
var
|
|
21
|
-
Object.defineProperty(exports, "muSig2KeyAgg", { enumerable: true, get: function () { return
|
|
22
|
-
Object.defineProperty(exports, "muSig2NonceGen", { enumerable: true, get: function () { return
|
|
23
|
-
Object.defineProperty(exports, "muSig2NonceAgg", { enumerable: true, get: function () { return
|
|
24
|
-
Object.defineProperty(exports, "muSig2PartialSign", { enumerable: true, get: function () { return
|
|
25
|
-
Object.defineProperty(exports, "muSig2PartialSigVerify", { enumerable: true, get: function () { return
|
|
26
|
-
Object.defineProperty(exports, "muSig2SigAgg", { enumerable: true, get: function () { return
|
|
27
|
-
Object.defineProperty(exports, "muSig2TaggedHash", { enumerable: true, get: function () { return
|
|
28
|
-
var
|
|
29
|
-
Object.defineProperty(exports, "MuSigSessionManager", { enumerable: true, get: function () { return
|
|
30
|
-
Object.defineProperty(exports, "MuSigSessionPhase", { enumerable: true, get: function () { return
|
|
31
|
-
var
|
|
32
|
-
Object.defineProperty(exports, "MuSig2Signer", { enumerable: true, get: function () { return
|
|
33
|
-
Object.defineProperty(exports, "createMuSig2Signer", { enumerable: true, get: function () { return
|
|
34
|
-
var
|
|
35
|
-
Object.defineProperty(exports, "buildMuSig2TaprootKey", { enumerable: true, get: function () { return
|
|
36
|
-
Object.defineProperty(exports, "buildMuSig2TaprootKeyWithScripts", { enumerable: true, get: function () { return
|
|
37
|
-
Object.defineProperty(exports, "signTaprootKeyPathWithMuSig2", { enumerable: true, get: function () { return
|
|
38
|
-
Object.defineProperty(exports, "verifyTaprootKeyPathMuSigPartial", { enumerable: true, get: function () { return
|
|
39
|
-
Object.defineProperty(exports, "isMuSigTaprootOutput", { enumerable: true, get: function () { return
|
|
40
|
-
Object.defineProperty(exports, "createMuSigTaprootAddress", { enumerable: true, get: function () { return
|
|
41
|
-
var
|
|
42
|
-
Object.defineProperty(exports, "isSchnorrSignature", { enumerable: true, get: function () { return
|
|
43
|
-
Object.defineProperty(exports, "isECDSASignature", { enumerable: true, get: function () { return
|
|
44
|
-
Object.defineProperty(exports, "getSignatureType", { enumerable: true, get: function () { return
|
|
45
|
-
Object.defineProperty(exports, "isValidSignatureLength", { enumerable: true, get: function () { return
|
|
46
|
-
var
|
|
47
|
-
Object.defineProperty(exports, "PrivateKey", { enumerable: true, get: function () { return
|
|
48
|
-
var
|
|
49
|
-
Object.defineProperty(exports, "PublicKey", { enumerable: true, get: function () { return
|
|
50
|
-
var
|
|
51
|
-
Object.defineProperty(exports, "HDPrivateKey", { enumerable: true, get: function () { return
|
|
52
|
-
var
|
|
53
|
-
Object.defineProperty(exports, "HDPublicKey", { enumerable: true, get: function () { return
|
|
54
|
-
var
|
|
55
|
-
Object.defineProperty(exports, "JSUtil", { enumerable: true, get: function () { return
|
|
56
|
-
var
|
|
57
|
-
Object.defineProperty(exports, "Preconditions", { enumerable: true, get: function () { return
|
|
58
|
-
var
|
|
59
|
-
Object.defineProperty(exports, "Base32", { enumerable: true, get: function () { return
|
|
60
|
-
var
|
|
61
|
-
Object.defineProperty(exports, "convertBits", { enumerable: true, get: function () { return
|
|
62
|
-
var
|
|
63
|
-
Object.defineProperty(exports, "BufferUtil", { enumerable: true, get: function () { return
|
|
64
|
-
Object.defineProperty(exports, "NULL_HASH", { enumerable: true, get: function () { return
|
|
65
|
-
Object.defineProperty(exports, "EMPTY_BUFFER", { enumerable: true, get: function () { return
|
|
66
|
-
var
|
|
67
|
-
Object.defineProperty(exports, "BitcoreError", { enumerable: true, get: function () { return
|
|
68
|
-
var
|
|
69
|
-
Object.defineProperty(exports, "Base58", { enumerable: true, get: function () { return
|
|
70
|
-
var
|
|
71
|
-
Object.defineProperty(exports, "Base58Check", { enumerable: true, get: function () { return
|
|
72
|
-
var
|
|
73
|
-
Object.defineProperty(exports, "BufferReader", { enumerable: true, get: function () { return
|
|
74
|
-
var
|
|
75
|
-
Object.defineProperty(exports, "BufferWriter", { enumerable: true, get: function () { return
|
|
76
|
-
var
|
|
77
|
-
Object.defineProperty(exports, "Varint", { enumerable: true, get: function () { return
|
|
78
|
-
var
|
|
79
|
-
Object.defineProperty(exports, "Network", { enumerable: true, get: function () { return
|
|
80
|
-
Object.defineProperty(exports, "livenet", { enumerable: true, get: function () { return
|
|
81
|
-
Object.defineProperty(exports, "testnet", { enumerable: true, get: function () { return
|
|
82
|
-
Object.defineProperty(exports, "regtest", { enumerable: true, get: function () { return
|
|
83
|
-
Object.defineProperty(exports, "networks", { enumerable: true, get: function () { return
|
|
84
|
-
Object.defineProperty(exports, "defaultNetwork", { enumerable: true, get: function () { return
|
|
85
|
-
Object.defineProperty(exports, "getNetwork", { enumerable: true, get: function () { return
|
|
86
|
-
Object.defineProperty(exports, "addNetwork", { enumerable: true, get: function () { return
|
|
87
|
-
Object.defineProperty(exports, "removeNetwork", { enumerable: true, get: function () { return
|
|
88
|
-
Object.defineProperty(exports, "Networks", { enumerable: true, get: function () { return
|
|
89
|
-
var
|
|
90
|
-
Object.defineProperty(exports, "Address", { enumerable: true, get: function () { return
|
|
91
|
-
var
|
|
92
|
-
Object.defineProperty(exports, "XAddress", { enumerable: true, get: function () { return
|
|
93
|
-
var
|
|
94
|
-
Object.defineProperty(exports, "Script", { enumerable: true, get: function () { return
|
|
95
|
-
Object.defineProperty(exports, "ScriptTypes", { enumerable: true, get: function () { return
|
|
96
|
-
var
|
|
97
|
-
Object.defineProperty(exports, "Opcode", { enumerable: true, get: function () { return
|
|
98
|
-
var
|
|
99
|
-
Object.defineProperty(exports, "Interpreter", { enumerable: true, get: function () { return
|
|
100
|
-
var
|
|
101
|
-
Object.defineProperty(exports, "Chunk", { enumerable: true, get: function () { return
|
|
102
|
-
var
|
|
103
|
-
Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return
|
|
104
|
-
var
|
|
105
|
-
Object.defineProperty(exports, "Message", { enumerable: true, get: function () { return
|
|
106
|
-
var
|
|
107
|
-
Object.defineProperty(exports, "URI", { enumerable: true, get: function () { return
|
|
108
|
-
var
|
|
109
|
-
Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return
|
|
110
|
-
Object.defineProperty(exports, "MultisigInput", { enumerable: true, get: function () { return
|
|
111
|
-
Object.defineProperty(exports, "MultisigScriptHashInput", { enumerable: true, get: function () { return
|
|
112
|
-
Object.defineProperty(exports, "PublicKeyInput", { enumerable: true, get: function () { return
|
|
113
|
-
Object.defineProperty(exports, "PublicKeyHashInput", { enumerable: true, get: function () { return
|
|
114
|
-
Object.defineProperty(exports, "TaprootInput", { enumerable: true, get: function () { return
|
|
115
|
-
Object.defineProperty(exports, "Output", { enumerable: true, get: function () { return
|
|
116
|
-
Object.defineProperty(exports, "UnspentOutput", { enumerable: true, get: function () { return
|
|
117
|
-
Object.defineProperty(exports, "sighash", { enumerable: true, get: function () { return
|
|
118
|
-
Object.defineProperty(exports, "sign", { enumerable: true, get: function () { return
|
|
119
|
-
Object.defineProperty(exports, "verify", { enumerable: true, get: function () { return
|
|
120
|
-
Object.defineProperty(exports, "TransactionSignature", { enumerable: true, get: function () { return
|
|
121
|
-
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return
|
|
122
|
-
var
|
|
123
|
-
Object.defineProperty(exports, "DEFAULT_SIGN_FLAGS", { enumerable: true, get: function () { return
|
|
124
|
-
Object.defineProperty(exports, "SIGHASH_SINGLE_BUG", { enumerable: true, get: function () { return
|
|
125
|
-
Object.defineProperty(exports, "BITS_64_ON", { enumerable: true, get: function () { return
|
|
126
|
-
var
|
|
127
|
-
Object.defineProperty(exports, "applyTweakToPublicKey", { enumerable: true, get: function () { return
|
|
128
|
-
Object.defineProperty(exports, "buildKeyPathTaproot", { enumerable: true, get: function () { return
|
|
129
|
-
Object.defineProperty(exports, "buildPayToTaproot", { enumerable: true, get: function () { return
|
|
130
|
-
Object.defineProperty(exports, "buildScriptPathTaproot", { enumerable: true, get: function () { return
|
|
131
|
-
Object.defineProperty(exports, "buildTapTree", { enumerable: true, get: function () { return
|
|
132
|
-
Object.defineProperty(exports, "calculateTapBranch", { enumerable: true, get: function () { return
|
|
133
|
-
Object.defineProperty(exports, "calculateTapLeaf", { enumerable: true, get: function () { return
|
|
134
|
-
Object.defineProperty(exports, "calculateTapTweak", { enumerable: true, get: function () { return
|
|
135
|
-
Object.defineProperty(exports, "createControlBlock", { enumerable: true, get: function () { return
|
|
136
|
-
Object.defineProperty(exports, "extractTaprootCommitment", { enumerable: true, get: function () { return
|
|
137
|
-
Object.defineProperty(exports, "extractTaprootState", { enumerable: true, get: function () { return
|
|
138
|
-
Object.defineProperty(exports, "isTapLeafNode", { enumerable: true, get: function () { return
|
|
139
|
-
Object.defineProperty(exports, "isTapBranchNode", { enumerable: true, get: function () { return
|
|
140
|
-
Object.defineProperty(exports, "taggedHash", { enumerable: true, get: function () { return
|
|
141
|
-
Object.defineProperty(exports, "tweakPublicKey", { enumerable: true, get: function () { return
|
|
142
|
-
Object.defineProperty(exports, "tweakPrivateKey", { enumerable: true, get: function () { return
|
|
143
|
-
Object.defineProperty(exports, "verifyTaprootCommitment", { enumerable: true, get: function () { return
|
|
144
|
-
Object.defineProperty(exports, "verifyTaprootScriptPath", { enumerable: true, get: function () { return
|
|
145
|
-
Object.defineProperty(exports, "verifyTaprootScriptPathFromControlBlock", { enumerable: true, get: function () { return
|
|
146
|
-
Object.defineProperty(exports, "verifyTaprootSpend", { enumerable: true, get: function () { return
|
|
147
|
-
Object.defineProperty(exports, "TAPROOT_LEAF_MASK", { enumerable: true, get: function () { return
|
|
148
|
-
Object.defineProperty(exports, "TAPROOT_LEAF_TAPSCRIPT", { enumerable: true, get: function () { return
|
|
149
|
-
Object.defineProperty(exports, "TAPROOT_CONTROL_BASE_SIZE", { enumerable: true, get: function () { return
|
|
150
|
-
Object.defineProperty(exports, "TAPROOT_CONTROL_NODE_SIZE", { enumerable: true, get: function () { return
|
|
151
|
-
Object.defineProperty(exports, "TAPROOT_CONTROL_MAX_NODE_COUNT", { enumerable: true, get: function () { return
|
|
152
|
-
Object.defineProperty(exports, "TAPROOT_CONTROL_MAX_SIZE", { enumerable: true, get: function () { return
|
|
153
|
-
Object.defineProperty(exports, "TAPROOT_SCRIPTTYPE", { enumerable: true, get: function () { return
|
|
154
|
-
Object.defineProperty(exports, "TAPROOT_INTRO_SIZE", { enumerable: true, get: function () { return
|
|
155
|
-
Object.defineProperty(exports, "TAPROOT_SIGHASH_TYPE", { enumerable: true, get: function () { return
|
|
156
|
-
Object.defineProperty(exports, "TAPROOT_SIZE_WITHOUT_STATE", { enumerable: true, get: function () { return
|
|
157
|
-
Object.defineProperty(exports, "TAPROOT_SIZE_WITH_STATE", { enumerable: true, get: function () { return
|
|
158
|
-
Object.defineProperty(exports, "TAPROOT_ANNEX_TAG", { enumerable: true, get: function () { return
|
|
159
|
-
var
|
|
160
|
-
Object.defineProperty(exports, "Block", { enumerable: true, get: function () { return
|
|
161
|
-
Object.defineProperty(exports, "BlockHeader", { enumerable: true, get: function () { return
|
|
162
|
-
Object.defineProperty(exports, "MerkleBlock", { enumerable: true, get: function () { return
|
|
163
|
-
var
|
|
164
|
-
Object.defineProperty(exports, "Mnemonic", { enumerable: true, get: function () { return
|
|
165
|
-
Object.defineProperty(exports, "MnemonicError", { enumerable: true, get: function () { return
|
|
166
|
-
Object.defineProperty(exports, "pbkdf2", { enumerable: true, get: function () { return
|
|
167
|
-
Object.defineProperty(exports, "Words", { enumerable: true, get: function () { return
|
|
6
|
+
var hash_js_1 = require("./crypto/hash.js");
|
|
7
|
+
Object.defineProperty(exports, "Hash", { enumerable: true, get: function () { return hash_js_1.Hash; } });
|
|
8
|
+
var random_js_1 = require("./crypto/random.js");
|
|
9
|
+
Object.defineProperty(exports, "Random", { enumerable: true, get: function () { return random_js_1.Random; } });
|
|
10
|
+
var point_js_1 = require("./crypto/point.js");
|
|
11
|
+
Object.defineProperty(exports, "Point", { enumerable: true, get: function () { return point_js_1.Point; } });
|
|
12
|
+
var signature_js_1 = require("./crypto/signature.js");
|
|
13
|
+
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return signature_js_1.Signature; } });
|
|
14
|
+
var ecdsa_js_1 = require("./crypto/ecdsa.js");
|
|
15
|
+
Object.defineProperty(exports, "ECDSA", { enumerable: true, get: function () { return ecdsa_js_1.ECDSA; } });
|
|
16
|
+
var schnorr_js_1 = require("./crypto/schnorr.js");
|
|
17
|
+
Object.defineProperty(exports, "Schnorr", { enumerable: true, get: function () { return schnorr_js_1.Schnorr; } });
|
|
18
|
+
var bn_js_1 = require("./crypto/bn.js");
|
|
19
|
+
Object.defineProperty(exports, "BN", { enumerable: true, get: function () { return bn_js_1.BN; } });
|
|
20
|
+
var musig2_js_1 = require("./crypto/musig2.js");
|
|
21
|
+
Object.defineProperty(exports, "muSig2KeyAgg", { enumerable: true, get: function () { return musig2_js_1.muSig2KeyAgg; } });
|
|
22
|
+
Object.defineProperty(exports, "muSig2NonceGen", { enumerable: true, get: function () { return musig2_js_1.muSig2NonceGen; } });
|
|
23
|
+
Object.defineProperty(exports, "muSig2NonceAgg", { enumerable: true, get: function () { return musig2_js_1.muSig2NonceAgg; } });
|
|
24
|
+
Object.defineProperty(exports, "muSig2PartialSign", { enumerable: true, get: function () { return musig2_js_1.muSig2PartialSign; } });
|
|
25
|
+
Object.defineProperty(exports, "muSig2PartialSigVerify", { enumerable: true, get: function () { return musig2_js_1.muSig2PartialSigVerify; } });
|
|
26
|
+
Object.defineProperty(exports, "muSig2SigAgg", { enumerable: true, get: function () { return musig2_js_1.muSig2SigAgg; } });
|
|
27
|
+
Object.defineProperty(exports, "muSig2TaggedHash", { enumerable: true, get: function () { return musig2_js_1.muSig2TaggedHash; } });
|
|
28
|
+
var session_js_1 = require("./musig2/session.js");
|
|
29
|
+
Object.defineProperty(exports, "MuSigSessionManager", { enumerable: true, get: function () { return session_js_1.MuSigSessionManager; } });
|
|
30
|
+
Object.defineProperty(exports, "MuSigSessionPhase", { enumerable: true, get: function () { return session_js_1.MuSigSessionPhase; } });
|
|
31
|
+
var signer_js_1 = require("./musig2/signer.js");
|
|
32
|
+
Object.defineProperty(exports, "MuSig2Signer", { enumerable: true, get: function () { return signer_js_1.MuSig2Signer; } });
|
|
33
|
+
Object.defineProperty(exports, "createMuSig2Signer", { enumerable: true, get: function () { return signer_js_1.createMuSig2Signer; } });
|
|
34
|
+
var musig2_js_2 = require("./taproot/musig2.js");
|
|
35
|
+
Object.defineProperty(exports, "buildMuSig2TaprootKey", { enumerable: true, get: function () { return musig2_js_2.buildMuSig2TaprootKey; } });
|
|
36
|
+
Object.defineProperty(exports, "buildMuSig2TaprootKeyWithScripts", { enumerable: true, get: function () { return musig2_js_2.buildMuSig2TaprootKeyWithScripts; } });
|
|
37
|
+
Object.defineProperty(exports, "signTaprootKeyPathWithMuSig2", { enumerable: true, get: function () { return musig2_js_2.signTaprootKeyPathWithMuSig2; } });
|
|
38
|
+
Object.defineProperty(exports, "verifyTaprootKeyPathMuSigPartial", { enumerable: true, get: function () { return musig2_js_2.verifyTaprootKeyPathMuSigPartial; } });
|
|
39
|
+
Object.defineProperty(exports, "isMuSigTaprootOutput", { enumerable: true, get: function () { return musig2_js_2.isMuSigTaprootOutput; } });
|
|
40
|
+
Object.defineProperty(exports, "createMuSigTaprootAddress", { enumerable: true, get: function () { return musig2_js_2.createMuSigTaprootAddress; } });
|
|
41
|
+
var sigtype_js_1 = require("./crypto/sigtype.js");
|
|
42
|
+
Object.defineProperty(exports, "isSchnorrSignature", { enumerable: true, get: function () { return sigtype_js_1.isSchnorrSignature; } });
|
|
43
|
+
Object.defineProperty(exports, "isECDSASignature", { enumerable: true, get: function () { return sigtype_js_1.isECDSASignature; } });
|
|
44
|
+
Object.defineProperty(exports, "getSignatureType", { enumerable: true, get: function () { return sigtype_js_1.getSignatureType; } });
|
|
45
|
+
Object.defineProperty(exports, "isValidSignatureLength", { enumerable: true, get: function () { return sigtype_js_1.isValidSignatureLength; } });
|
|
46
|
+
var privatekey_js_1 = require("./privatekey.js");
|
|
47
|
+
Object.defineProperty(exports, "PrivateKey", { enumerable: true, get: function () { return privatekey_js_1.PrivateKey; } });
|
|
48
|
+
var publickey_js_1 = require("./publickey.js");
|
|
49
|
+
Object.defineProperty(exports, "PublicKey", { enumerable: true, get: function () { return publickey_js_1.PublicKey; } });
|
|
50
|
+
var hdprivatekey_js_1 = require("./hdprivatekey.js");
|
|
51
|
+
Object.defineProperty(exports, "HDPrivateKey", { enumerable: true, get: function () { return hdprivatekey_js_1.HDPrivateKey; } });
|
|
52
|
+
var hdpublickey_js_1 = require("./hdpublickey.js");
|
|
53
|
+
Object.defineProperty(exports, "HDPublicKey", { enumerable: true, get: function () { return hdpublickey_js_1.HDPublicKey; } });
|
|
54
|
+
var js_js_1 = require("./util/js.js");
|
|
55
|
+
Object.defineProperty(exports, "JSUtil", { enumerable: true, get: function () { return js_js_1.JSUtil; } });
|
|
56
|
+
var preconditions_js_1 = require("./util/preconditions.js");
|
|
57
|
+
Object.defineProperty(exports, "Preconditions", { enumerable: true, get: function () { return preconditions_js_1.Preconditions; } });
|
|
58
|
+
var base32_js_1 = require("./util/base32.js");
|
|
59
|
+
Object.defineProperty(exports, "Base32", { enumerable: true, get: function () { return base32_js_1.Base32; } });
|
|
60
|
+
var convertBits_js_1 = require("./util/convertBits.js");
|
|
61
|
+
Object.defineProperty(exports, "convertBits", { enumerable: true, get: function () { return convertBits_js_1.convertBits; } });
|
|
62
|
+
var buffer_js_1 = require("./util/buffer.js");
|
|
63
|
+
Object.defineProperty(exports, "BufferUtil", { enumerable: true, get: function () { return buffer_js_1.BufferUtil; } });
|
|
64
|
+
Object.defineProperty(exports, "NULL_HASH", { enumerable: true, get: function () { return buffer_js_1.NULL_HASH; } });
|
|
65
|
+
Object.defineProperty(exports, "EMPTY_BUFFER", { enumerable: true, get: function () { return buffer_js_1.EMPTY_BUFFER; } });
|
|
66
|
+
var errors_js_1 = require("./errors.js");
|
|
67
|
+
Object.defineProperty(exports, "BitcoreError", { enumerable: true, get: function () { return errors_js_1.BitcoreError; } });
|
|
68
|
+
var base58_js_1 = require("./encoding/base58.js");
|
|
69
|
+
Object.defineProperty(exports, "Base58", { enumerable: true, get: function () { return base58_js_1.Base58; } });
|
|
70
|
+
var base58check_js_1 = require("./encoding/base58check.js");
|
|
71
|
+
Object.defineProperty(exports, "Base58Check", { enumerable: true, get: function () { return base58check_js_1.Base58Check; } });
|
|
72
|
+
var bufferreader_js_1 = require("./encoding/bufferreader.js");
|
|
73
|
+
Object.defineProperty(exports, "BufferReader", { enumerable: true, get: function () { return bufferreader_js_1.BufferReader; } });
|
|
74
|
+
var bufferwriter_js_1 = require("./encoding/bufferwriter.js");
|
|
75
|
+
Object.defineProperty(exports, "BufferWriter", { enumerable: true, get: function () { return bufferwriter_js_1.BufferWriter; } });
|
|
76
|
+
var varint_js_1 = require("./encoding/varint.js");
|
|
77
|
+
Object.defineProperty(exports, "Varint", { enumerable: true, get: function () { return varint_js_1.Varint; } });
|
|
78
|
+
var networks_js_1 = require("./networks.js");
|
|
79
|
+
Object.defineProperty(exports, "Network", { enumerable: true, get: function () { return networks_js_1.Network; } });
|
|
80
|
+
Object.defineProperty(exports, "livenet", { enumerable: true, get: function () { return networks_js_1.livenet; } });
|
|
81
|
+
Object.defineProperty(exports, "testnet", { enumerable: true, get: function () { return networks_js_1.testnet; } });
|
|
82
|
+
Object.defineProperty(exports, "regtest", { enumerable: true, get: function () { return networks_js_1.regtest; } });
|
|
83
|
+
Object.defineProperty(exports, "networks", { enumerable: true, get: function () { return networks_js_1.networks; } });
|
|
84
|
+
Object.defineProperty(exports, "defaultNetwork", { enumerable: true, get: function () { return networks_js_1.defaultNetwork; } });
|
|
85
|
+
Object.defineProperty(exports, "getNetwork", { enumerable: true, get: function () { return networks_js_1.get; } });
|
|
86
|
+
Object.defineProperty(exports, "addNetwork", { enumerable: true, get: function () { return networks_js_1.add; } });
|
|
87
|
+
Object.defineProperty(exports, "removeNetwork", { enumerable: true, get: function () { return networks_js_1.remove; } });
|
|
88
|
+
Object.defineProperty(exports, "Networks", { enumerable: true, get: function () { return networks_js_1.Networks; } });
|
|
89
|
+
var address_js_1 = require("./address.js");
|
|
90
|
+
Object.defineProperty(exports, "Address", { enumerable: true, get: function () { return address_js_1.Address; } });
|
|
91
|
+
var xaddress_js_1 = require("./xaddress.js");
|
|
92
|
+
Object.defineProperty(exports, "XAddress", { enumerable: true, get: function () { return xaddress_js_1.XAddress; } });
|
|
93
|
+
var script_js_1 = require("./script.js");
|
|
94
|
+
Object.defineProperty(exports, "Script", { enumerable: true, get: function () { return script_js_1.Script; } });
|
|
95
|
+
Object.defineProperty(exports, "ScriptTypes", { enumerable: true, get: function () { return script_js_1.ScriptTypes; } });
|
|
96
|
+
var opcode_js_1 = require("./opcode.js");
|
|
97
|
+
Object.defineProperty(exports, "Opcode", { enumerable: true, get: function () { return opcode_js_1.Opcode; } });
|
|
98
|
+
var interpreter_js_1 = require("./script/interpreter/interpreter.js");
|
|
99
|
+
Object.defineProperty(exports, "Interpreter", { enumerable: true, get: function () { return interpreter_js_1.Interpreter; } });
|
|
100
|
+
var chunk_js_1 = require("./script/chunk.js");
|
|
101
|
+
Object.defineProperty(exports, "Chunk", { enumerable: true, get: function () { return chunk_js_1.Chunk; } });
|
|
102
|
+
var unit_js_1 = require("./unit.js");
|
|
103
|
+
Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return unit_js_1.Unit; } });
|
|
104
|
+
var message_js_1 = require("./message.js");
|
|
105
|
+
Object.defineProperty(exports, "Message", { enumerable: true, get: function () { return message_js_1.Message; } });
|
|
106
|
+
var uri_js_1 = require("./uri.js");
|
|
107
|
+
Object.defineProperty(exports, "URI", { enumerable: true, get: function () { return uri_js_1.URI; } });
|
|
108
|
+
var index_js_1 = require("./transaction/index.js");
|
|
109
|
+
Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return index_js_1.Input; } });
|
|
110
|
+
Object.defineProperty(exports, "MultisigInput", { enumerable: true, get: function () { return index_js_1.MultisigInput; } });
|
|
111
|
+
Object.defineProperty(exports, "MultisigScriptHashInput", { enumerable: true, get: function () { return index_js_1.MultisigScriptHashInput; } });
|
|
112
|
+
Object.defineProperty(exports, "PublicKeyInput", { enumerable: true, get: function () { return index_js_1.PublicKeyInput; } });
|
|
113
|
+
Object.defineProperty(exports, "PublicKeyHashInput", { enumerable: true, get: function () { return index_js_1.PublicKeyHashInput; } });
|
|
114
|
+
Object.defineProperty(exports, "TaprootInput", { enumerable: true, get: function () { return index_js_1.TaprootInput; } });
|
|
115
|
+
Object.defineProperty(exports, "Output", { enumerable: true, get: function () { return index_js_1.Output; } });
|
|
116
|
+
Object.defineProperty(exports, "UnspentOutput", { enumerable: true, get: function () { return index_js_1.UnspentOutput; } });
|
|
117
|
+
Object.defineProperty(exports, "sighash", { enumerable: true, get: function () { return index_js_1.sighash; } });
|
|
118
|
+
Object.defineProperty(exports, "sign", { enumerable: true, get: function () { return index_js_1.sign; } });
|
|
119
|
+
Object.defineProperty(exports, "verify", { enumerable: true, get: function () { return index_js_1.verify; } });
|
|
120
|
+
Object.defineProperty(exports, "TransactionSignature", { enumerable: true, get: function () { return index_js_1.TransactionSignature; } });
|
|
121
|
+
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return index_js_1.Transaction; } });
|
|
122
|
+
var sighash_js_1 = require("./transaction/sighash.js");
|
|
123
|
+
Object.defineProperty(exports, "DEFAULT_SIGN_FLAGS", { enumerable: true, get: function () { return sighash_js_1.DEFAULT_SIGN_FLAGS; } });
|
|
124
|
+
Object.defineProperty(exports, "SIGHASH_SINGLE_BUG", { enumerable: true, get: function () { return sighash_js_1.SIGHASH_SINGLE_BUG; } });
|
|
125
|
+
Object.defineProperty(exports, "BITS_64_ON", { enumerable: true, get: function () { return sighash_js_1.BITS_64_ON; } });
|
|
126
|
+
var taproot_js_1 = require("./script/taproot.js");
|
|
127
|
+
Object.defineProperty(exports, "applyTweakToPublicKey", { enumerable: true, get: function () { return taproot_js_1.applyTweakToPublicKey; } });
|
|
128
|
+
Object.defineProperty(exports, "buildKeyPathTaproot", { enumerable: true, get: function () { return taproot_js_1.buildKeyPathTaproot; } });
|
|
129
|
+
Object.defineProperty(exports, "buildPayToTaproot", { enumerable: true, get: function () { return taproot_js_1.buildPayToTaproot; } });
|
|
130
|
+
Object.defineProperty(exports, "buildScriptPathTaproot", { enumerable: true, get: function () { return taproot_js_1.buildScriptPathTaproot; } });
|
|
131
|
+
Object.defineProperty(exports, "buildTapTree", { enumerable: true, get: function () { return taproot_js_1.buildTapTree; } });
|
|
132
|
+
Object.defineProperty(exports, "calculateTapBranch", { enumerable: true, get: function () { return taproot_js_1.calculateTapBranch; } });
|
|
133
|
+
Object.defineProperty(exports, "calculateTapLeaf", { enumerable: true, get: function () { return taproot_js_1.calculateTapLeaf; } });
|
|
134
|
+
Object.defineProperty(exports, "calculateTapTweak", { enumerable: true, get: function () { return taproot_js_1.calculateTapTweak; } });
|
|
135
|
+
Object.defineProperty(exports, "createControlBlock", { enumerable: true, get: function () { return taproot_js_1.createControlBlock; } });
|
|
136
|
+
Object.defineProperty(exports, "extractTaprootCommitment", { enumerable: true, get: function () { return taproot_js_1.extractTaprootCommitment; } });
|
|
137
|
+
Object.defineProperty(exports, "extractTaprootState", { enumerable: true, get: function () { return taproot_js_1.extractTaprootState; } });
|
|
138
|
+
Object.defineProperty(exports, "isTapLeafNode", { enumerable: true, get: function () { return taproot_js_1.isTapLeafNode; } });
|
|
139
|
+
Object.defineProperty(exports, "isTapBranchNode", { enumerable: true, get: function () { return taproot_js_1.isTapBranchNode; } });
|
|
140
|
+
Object.defineProperty(exports, "taggedHash", { enumerable: true, get: function () { return taproot_js_1.taggedHash; } });
|
|
141
|
+
Object.defineProperty(exports, "tweakPublicKey", { enumerable: true, get: function () { return taproot_js_1.tweakPublicKey; } });
|
|
142
|
+
Object.defineProperty(exports, "tweakPrivateKey", { enumerable: true, get: function () { return taproot_js_1.tweakPrivateKey; } });
|
|
143
|
+
Object.defineProperty(exports, "verifyTaprootCommitment", { enumerable: true, get: function () { return taproot_js_1.verifyTaprootCommitment; } });
|
|
144
|
+
Object.defineProperty(exports, "verifyTaprootScriptPath", { enumerable: true, get: function () { return taproot_js_1.verifyTaprootScriptPath; } });
|
|
145
|
+
Object.defineProperty(exports, "verifyTaprootScriptPathFromControlBlock", { enumerable: true, get: function () { return taproot_js_1.verifyTaprootScriptPathFromControlBlock; } });
|
|
146
|
+
Object.defineProperty(exports, "verifyTaprootSpend", { enumerable: true, get: function () { return taproot_js_1.verifyTaprootSpend; } });
|
|
147
|
+
Object.defineProperty(exports, "TAPROOT_LEAF_MASK", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_LEAF_MASK; } });
|
|
148
|
+
Object.defineProperty(exports, "TAPROOT_LEAF_TAPSCRIPT", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_LEAF_TAPSCRIPT; } });
|
|
149
|
+
Object.defineProperty(exports, "TAPROOT_CONTROL_BASE_SIZE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_CONTROL_BASE_SIZE; } });
|
|
150
|
+
Object.defineProperty(exports, "TAPROOT_CONTROL_NODE_SIZE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_CONTROL_NODE_SIZE; } });
|
|
151
|
+
Object.defineProperty(exports, "TAPROOT_CONTROL_MAX_NODE_COUNT", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_CONTROL_MAX_NODE_COUNT; } });
|
|
152
|
+
Object.defineProperty(exports, "TAPROOT_CONTROL_MAX_SIZE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_CONTROL_MAX_SIZE; } });
|
|
153
|
+
Object.defineProperty(exports, "TAPROOT_SCRIPTTYPE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_SCRIPTTYPE; } });
|
|
154
|
+
Object.defineProperty(exports, "TAPROOT_INTRO_SIZE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_INTRO_SIZE; } });
|
|
155
|
+
Object.defineProperty(exports, "TAPROOT_SIGHASH_TYPE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_SIGHASH_TYPE; } });
|
|
156
|
+
Object.defineProperty(exports, "TAPROOT_SIZE_WITHOUT_STATE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_SIZE_WITHOUT_STATE; } });
|
|
157
|
+
Object.defineProperty(exports, "TAPROOT_SIZE_WITH_STATE", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_SIZE_WITH_STATE; } });
|
|
158
|
+
Object.defineProperty(exports, "TAPROOT_ANNEX_TAG", { enumerable: true, get: function () { return taproot_js_1.TAPROOT_ANNEX_TAG; } });
|
|
159
|
+
var index_js_2 = require("./block/index.js");
|
|
160
|
+
Object.defineProperty(exports, "Block", { enumerable: true, get: function () { return index_js_2.Block; } });
|
|
161
|
+
Object.defineProperty(exports, "BlockHeader", { enumerable: true, get: function () { return index_js_2.BlockHeader; } });
|
|
162
|
+
Object.defineProperty(exports, "MerkleBlock", { enumerable: true, get: function () { return index_js_2.MerkleBlock; } });
|
|
163
|
+
var index_js_3 = require("./mnemonic/index.js");
|
|
164
|
+
Object.defineProperty(exports, "Mnemonic", { enumerable: true, get: function () { return index_js_3.Mnemonic; } });
|
|
165
|
+
Object.defineProperty(exports, "MnemonicError", { enumerable: true, get: function () { return index_js_3.MnemonicError; } });
|
|
166
|
+
Object.defineProperty(exports, "pbkdf2", { enumerable: true, get: function () { return index_js_3.pbkdf2; } });
|
|
167
|
+
Object.defineProperty(exports, "Words", { enumerable: true, get: function () { return index_js_3.Words; } });
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export { Hash } from './crypto/hash';
|
|
2
|
-
export { Random } from './crypto/random';
|
|
3
|
-
export { Point } from './crypto/point';
|
|
4
|
-
export { Signature } from './crypto/signature';
|
|
5
|
-
export { ECDSA } from './crypto/ecdsa';
|
|
6
|
-
export { Schnorr } from './crypto/schnorr';
|
|
7
|
-
export { BN } from './crypto/bn';
|
|
8
|
-
export { muSig2KeyAgg, muSig2NonceGen, muSig2NonceAgg, muSig2PartialSign, muSig2PartialSigVerify, muSig2SigAgg, muSig2TaggedHash, } from './crypto/musig2';
|
|
9
|
-
export { MuSigSessionManager, MuSigSessionPhase, } from './musig2/session';
|
|
10
|
-
export { MuSig2Signer, createMuSig2Signer, } from './musig2/signer';
|
|
11
|
-
export { buildMuSig2TaprootKey, buildMuSig2TaprootKeyWithScripts, signTaprootKeyPathWithMuSig2, verifyTaprootKeyPathMuSigPartial, isMuSigTaprootOutput, createMuSigTaprootAddress, } from './taproot/musig2';
|
|
12
|
-
export { isSchnorrSignature, isECDSASignature, getSignatureType, isValidSignatureLength, } from './crypto/sigtype';
|
|
13
|
-
export { PrivateKey } from './privatekey';
|
|
14
|
-
export { PublicKey } from './publickey';
|
|
15
|
-
export { HDPrivateKey } from './hdprivatekey';
|
|
16
|
-
export { HDPublicKey } from './hdpublickey';
|
|
17
|
-
export { JSUtil } from './util/js';
|
|
18
|
-
export { Preconditions } from './util/preconditions';
|
|
19
|
-
export { Base32 } from './util/base32';
|
|
20
|
-
export { convertBits } from './util/convertBits';
|
|
21
|
-
export { BufferUtil, NULL_HASH, EMPTY_BUFFER } from './util/buffer';
|
|
22
|
-
export { BitcoreError } from './errors';
|
|
23
|
-
export { Base58 } from './encoding/base58';
|
|
24
|
-
export { Base58Check } from './encoding/base58check';
|
|
25
|
-
export { BufferReader } from './encoding/bufferreader';
|
|
26
|
-
export { BufferWriter } from './encoding/bufferwriter';
|
|
27
|
-
export { Varint } from './encoding/varint';
|
|
28
|
-
export { Network, livenet, testnet, regtest, networks, defaultNetwork, get as getNetwork, add as addNetwork, remove as removeNetwork, Networks, } from './networks';
|
|
29
|
-
export { Address } from './address';
|
|
30
|
-
export { XAddress } from './xaddress';
|
|
31
|
-
export { Script, ScriptTypes } from './script';
|
|
32
|
-
export { Opcode } from './opcode';
|
|
33
|
-
export { Interpreter } from './script/interpreter';
|
|
34
|
-
export { Chunk } from './script/chunk';
|
|
35
|
-
export { Unit } from './unit';
|
|
36
|
-
export { Message } from './message';
|
|
37
|
-
export { URI } from './uri';
|
|
38
|
-
export { Input, MultisigInput, MultisigScriptHashInput, PublicKeyInput, PublicKeyHashInput, TaprootInput, Output, UnspentOutput, sighash, sign, verify, TransactionSignature, Transaction, } from './transaction';
|
|
39
|
-
export { DEFAULT_SIGN_FLAGS, SIGHASH_SINGLE_BUG, BITS_64_ON, } from './transaction/sighash';
|
|
40
|
-
export { applyTweakToPublicKey, buildKeyPathTaproot, buildPayToTaproot, buildScriptPathTaproot, buildTapTree, calculateTapBranch, calculateTapLeaf, calculateTapTweak, createControlBlock, extractTaprootCommitment, extractTaprootState, isTapLeafNode, isTapBranchNode, taggedHash, tweakPublicKey, tweakPrivateKey, verifyTaprootCommitment, verifyTaprootScriptPath, verifyTaprootScriptPathFromControlBlock, verifyTaprootSpend, TAPROOT_LEAF_MASK, TAPROOT_LEAF_TAPSCRIPT, TAPROOT_CONTROL_BASE_SIZE, TAPROOT_CONTROL_NODE_SIZE, TAPROOT_CONTROL_MAX_NODE_COUNT, TAPROOT_CONTROL_MAX_SIZE, TAPROOT_SCRIPTTYPE, TAPROOT_INTRO_SIZE, TAPROOT_SIGHASH_TYPE, TAPROOT_SIZE_WITHOUT_STATE, TAPROOT_SIZE_WITH_STATE, TAPROOT_ANNEX_TAG, } from './script/taproot';
|
|
41
|
-
export { Block, BlockHeader, MerkleBlock } from './block';
|
|
42
|
-
export { Mnemonic, MnemonicError, pbkdf2, Words, } from './mnemonic';
|
|
1
|
+
export { Hash } from './crypto/hash.js';
|
|
2
|
+
export { Random } from './crypto/random.js';
|
|
3
|
+
export { Point } from './crypto/point.js';
|
|
4
|
+
export { Signature } from './crypto/signature.js';
|
|
5
|
+
export { ECDSA } from './crypto/ecdsa.js';
|
|
6
|
+
export { Schnorr } from './crypto/schnorr.js';
|
|
7
|
+
export { BN } from './crypto/bn.js';
|
|
8
|
+
export { muSig2KeyAgg, muSig2NonceGen, muSig2NonceAgg, muSig2PartialSign, muSig2PartialSigVerify, muSig2SigAgg, muSig2TaggedHash, } from './crypto/musig2.js';
|
|
9
|
+
export { MuSigSessionManager, MuSigSessionPhase, } from './musig2/session.js';
|
|
10
|
+
export { MuSig2Signer, createMuSig2Signer, } from './musig2/signer.js';
|
|
11
|
+
export { buildMuSig2TaprootKey, buildMuSig2TaprootKeyWithScripts, signTaprootKeyPathWithMuSig2, verifyTaprootKeyPathMuSigPartial, isMuSigTaprootOutput, createMuSigTaprootAddress, } from './taproot/musig2.js';
|
|
12
|
+
export { isSchnorrSignature, isECDSASignature, getSignatureType, isValidSignatureLength, } from './crypto/sigtype.js';
|
|
13
|
+
export { PrivateKey } from './privatekey.js';
|
|
14
|
+
export { PublicKey } from './publickey.js';
|
|
15
|
+
export { HDPrivateKey } from './hdprivatekey.js';
|
|
16
|
+
export { HDPublicKey } from './hdpublickey.js';
|
|
17
|
+
export { JSUtil } from './util/js.js';
|
|
18
|
+
export { Preconditions } from './util/preconditions.js';
|
|
19
|
+
export { Base32 } from './util/base32.js';
|
|
20
|
+
export { convertBits } from './util/convertBits.js';
|
|
21
|
+
export { BufferUtil, NULL_HASH, EMPTY_BUFFER } from './util/buffer.js';
|
|
22
|
+
export { BitcoreError } from './errors.js';
|
|
23
|
+
export { Base58 } from './encoding/base58.js';
|
|
24
|
+
export { Base58Check } from './encoding/base58check.js';
|
|
25
|
+
export { BufferReader } from './encoding/bufferreader.js';
|
|
26
|
+
export { BufferWriter } from './encoding/bufferwriter.js';
|
|
27
|
+
export { Varint } from './encoding/varint.js';
|
|
28
|
+
export { Network, livenet, testnet, regtest, networks, defaultNetwork, get as getNetwork, add as addNetwork, remove as removeNetwork, Networks, } from './networks.js';
|
|
29
|
+
export { Address } from './address.js';
|
|
30
|
+
export { XAddress } from './xaddress.js';
|
|
31
|
+
export { Script, ScriptTypes } from './script.js';
|
|
32
|
+
export { Opcode } from './opcode.js';
|
|
33
|
+
export { Interpreter } from './script/interpreter/interpreter.js';
|
|
34
|
+
export { Chunk } from './script/chunk.js';
|
|
35
|
+
export { Unit } from './unit.js';
|
|
36
|
+
export { Message } from './message.js';
|
|
37
|
+
export { URI } from './uri.js';
|
|
38
|
+
export { Input, MultisigInput, MultisigScriptHashInput, PublicKeyInput, PublicKeyHashInput, TaprootInput, Output, UnspentOutput, sighash, sign, verify, TransactionSignature, Transaction, } from './transaction/index.js';
|
|
39
|
+
export { DEFAULT_SIGN_FLAGS, SIGHASH_SINGLE_BUG, BITS_64_ON, } from './transaction/sighash.js';
|
|
40
|
+
export { applyTweakToPublicKey, buildKeyPathTaproot, buildPayToTaproot, buildScriptPathTaproot, buildTapTree, calculateTapBranch, calculateTapLeaf, calculateTapTweak, createControlBlock, extractTaprootCommitment, extractTaprootState, isTapLeafNode, isTapBranchNode, taggedHash, tweakPublicKey, tweakPrivateKey, verifyTaprootCommitment, verifyTaprootScriptPath, verifyTaprootScriptPathFromControlBlock, verifyTaprootSpend, TAPROOT_LEAF_MASK, TAPROOT_LEAF_TAPSCRIPT, TAPROOT_CONTROL_BASE_SIZE, TAPROOT_CONTROL_NODE_SIZE, TAPROOT_CONTROL_MAX_NODE_COUNT, TAPROOT_CONTROL_MAX_SIZE, TAPROOT_SCRIPTTYPE, TAPROOT_INTRO_SIZE, TAPROOT_SIGHASH_TYPE, TAPROOT_SIZE_WITHOUT_STATE, TAPROOT_SIZE_WITH_STATE, TAPROOT_ANNEX_TAG, } from './script/taproot.js';
|
|
41
|
+
export { Block, BlockHeader, MerkleBlock } from './block/index.js';
|
|
42
|
+
export { Mnemonic, MnemonicError, pbkdf2, Words, } from './mnemonic/index.js';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export { Hash } from './crypto/hash';
|
|
2
|
-
export { Random } from './crypto/random';
|
|
3
|
-
export { Point } from './crypto/point';
|
|
4
|
-
export { Signature } from './crypto/signature';
|
|
5
|
-
export { ECDSA } from './crypto/ecdsa';
|
|
6
|
-
export { Schnorr } from './crypto/schnorr';
|
|
7
|
-
export { BN } from './crypto/bn';
|
|
8
|
-
export { muSig2KeyAgg, muSig2NonceGen, muSig2NonceAgg, muSig2PartialSign, muSig2PartialSigVerify, muSig2SigAgg, muSig2TaggedHash, type MuSig2KeyAggContext, type MuSig2Nonce, type MuSig2AggregatedNonce, } from './crypto/musig2';
|
|
9
|
-
export { MuSigSessionManager, MuSigSessionPhase, type MuSigSession, } from './musig2/session';
|
|
10
|
-
export { MuSig2Signer, createMuSig2Signer, type MuSig2SignerConfig, type MuSig2PrepareResult, type MuSig2SignResult, type MuSig2TaprootSignResult, } from './musig2/signer';
|
|
11
|
-
export { buildMuSig2TaprootKey, buildMuSig2TaprootKeyWithScripts, signTaprootKeyPathWithMuSig2, verifyTaprootKeyPathMuSigPartial, isMuSigTaprootOutput, createMuSigTaprootAddress, type MuSig2TaprootKeyResult, } from './taproot/musig2';
|
|
12
|
-
export { isSchnorrSignature, isECDSASignature, getSignatureType, isValidSignatureLength, } from './crypto/sigtype';
|
|
13
|
-
export { PrivateKey } from './privatekey';
|
|
14
|
-
export { PublicKey } from './publickey';
|
|
15
|
-
export { HDPrivateKey } from './hdprivatekey';
|
|
16
|
-
export { HDPublicKey } from './hdpublickey';
|
|
17
|
-
export { JSUtil } from './util/js';
|
|
18
|
-
export { Preconditions } from './util/preconditions';
|
|
19
|
-
export { Base32 } from './util/base32';
|
|
20
|
-
export { convertBits } from './util/convertBits';
|
|
21
|
-
export { BufferUtil, NULL_HASH, EMPTY_BUFFER } from './util/buffer';
|
|
22
|
-
export { BitcoreError } from './errors';
|
|
23
|
-
export { Base58 } from './encoding/base58';
|
|
24
|
-
export { Base58Check } from './encoding/base58check';
|
|
25
|
-
export { BufferReader } from './encoding/bufferreader';
|
|
26
|
-
export { BufferWriter } from './encoding/bufferwriter';
|
|
27
|
-
export { Varint } from './encoding/varint';
|
|
28
|
-
export { Network, livenet, testnet, regtest, networks, defaultNetwork, get as getNetwork, add as addNetwork, remove as removeNetwork, Networks, type NetworkName, } from './networks';
|
|
29
|
-
export { Address } from './address';
|
|
30
|
-
export { XAddress } from './xaddress';
|
|
31
|
-
export { Script, ScriptTypes, type ScriptType } from './script';
|
|
32
|
-
export { Opcode } from './opcode';
|
|
33
|
-
export { Interpreter } from './script/interpreter';
|
|
34
|
-
export { Chunk } from './script/chunk';
|
|
35
|
-
export { Unit } from './unit';
|
|
36
|
-
export { Message } from './message';
|
|
37
|
-
export { URI } from './uri';
|
|
38
|
-
export { Input, MultisigInput, MultisigScriptHashInput, PublicKeyInput, PublicKeyHashInput, TaprootInput, Output, UnspentOutput, sighash, sign, verify, TransactionSignature, Transaction, } from './transaction';
|
|
39
|
-
export { DEFAULT_SIGN_FLAGS, SIGHASH_SINGLE_BUG, BITS_64_ON, } from './transaction/sighash';
|
|
40
|
-
export { applyTweakToPublicKey, buildKeyPathTaproot, buildPayToTaproot, buildScriptPathTaproot, buildTapTree, calculateTapBranch, calculateTapLeaf, calculateTapTweak, createControlBlock, extractTaprootCommitment, extractTaprootState, isTapLeafNode, isTapBranchNode, taggedHash, tweakPublicKey, tweakPrivateKey, verifyTaprootCommitment, verifyTaprootScriptPath, verifyTaprootScriptPathFromControlBlock, verifyTaprootSpend, TAPROOT_LEAF_MASK, TAPROOT_LEAF_TAPSCRIPT, TAPROOT_CONTROL_BASE_SIZE, TAPROOT_CONTROL_NODE_SIZE, TAPROOT_CONTROL_MAX_NODE_COUNT, TAPROOT_CONTROL_MAX_SIZE, TAPROOT_SCRIPTTYPE, TAPROOT_INTRO_SIZE, TAPROOT_SIGHASH_TYPE, TAPROOT_SIZE_WITHOUT_STATE, TAPROOT_SIZE_WITH_STATE, TAPROOT_ANNEX_TAG, type TapLeafNode, type TapBranchNode, type TapNode, type TapLeaf, type TapTreeBuildResult, type TaprootVerifyResult, } from './script/taproot';
|
|
41
|
-
export { Block, BlockHeader, MerkleBlock } from './block';
|
|
42
|
-
export { type MnemonicInput, Mnemonic, MnemonicError, pbkdf2, Words, } from './mnemonic';
|
|
43
|
-
export type { InputData, InputObject, OutputData, OutputObject, UnspentOutputData, UnspentOutputObject, TransactionSignatureData, TransactionSignatureObject, TransactionData, TransactionObject, } from './transaction';
|
|
1
|
+
export { Hash } from './crypto/hash.js';
|
|
2
|
+
export { Random } from './crypto/random.js';
|
|
3
|
+
export { Point } from './crypto/point.js';
|
|
4
|
+
export { Signature } from './crypto/signature.js';
|
|
5
|
+
export { ECDSA } from './crypto/ecdsa.js';
|
|
6
|
+
export { Schnorr } from './crypto/schnorr.js';
|
|
7
|
+
export { BN } from './crypto/bn.js';
|
|
8
|
+
export { muSig2KeyAgg, muSig2NonceGen, muSig2NonceAgg, muSig2PartialSign, muSig2PartialSigVerify, muSig2SigAgg, muSig2TaggedHash, type MuSig2KeyAggContext, type MuSig2Nonce, type MuSig2AggregatedNonce, } from './crypto/musig2.js';
|
|
9
|
+
export { MuSigSessionManager, MuSigSessionPhase, type MuSigSession, } from './musig2/session.js';
|
|
10
|
+
export { MuSig2Signer, createMuSig2Signer, type MuSig2SignerConfig, type MuSig2PrepareResult, type MuSig2SignResult, type MuSig2TaprootSignResult, } from './musig2/signer.js';
|
|
11
|
+
export { buildMuSig2TaprootKey, buildMuSig2TaprootKeyWithScripts, signTaprootKeyPathWithMuSig2, verifyTaprootKeyPathMuSigPartial, isMuSigTaprootOutput, createMuSigTaprootAddress, type MuSig2TaprootKeyResult, } from './taproot/musig2.js';
|
|
12
|
+
export { isSchnorrSignature, isECDSASignature, getSignatureType, isValidSignatureLength, } from './crypto/sigtype.js';
|
|
13
|
+
export { PrivateKey } from './privatekey.js';
|
|
14
|
+
export { PublicKey } from './publickey.js';
|
|
15
|
+
export { HDPrivateKey } from './hdprivatekey.js';
|
|
16
|
+
export { HDPublicKey } from './hdpublickey.js';
|
|
17
|
+
export { JSUtil } from './util/js.js';
|
|
18
|
+
export { Preconditions } from './util/preconditions.js';
|
|
19
|
+
export { Base32 } from './util/base32.js';
|
|
20
|
+
export { convertBits } from './util/convertBits.js';
|
|
21
|
+
export { BufferUtil, NULL_HASH, EMPTY_BUFFER } from './util/buffer.js';
|
|
22
|
+
export { BitcoreError } from './errors.js';
|
|
23
|
+
export { Base58 } from './encoding/base58.js';
|
|
24
|
+
export { Base58Check } from './encoding/base58check.js';
|
|
25
|
+
export { BufferReader } from './encoding/bufferreader.js';
|
|
26
|
+
export { BufferWriter } from './encoding/bufferwriter.js';
|
|
27
|
+
export { Varint } from './encoding/varint.js';
|
|
28
|
+
export { Network, livenet, testnet, regtest, networks, defaultNetwork, get as getNetwork, add as addNetwork, remove as removeNetwork, Networks, type NetworkName, } from './networks.js';
|
|
29
|
+
export { Address } from './address.js';
|
|
30
|
+
export { XAddress } from './xaddress.js';
|
|
31
|
+
export { Script, ScriptTypes, type ScriptType } from './script.js';
|
|
32
|
+
export { Opcode } from './opcode.js';
|
|
33
|
+
export { Interpreter } from './script/interpreter/interpreter.js';
|
|
34
|
+
export { Chunk } from './script/chunk.js';
|
|
35
|
+
export { Unit } from './unit.js';
|
|
36
|
+
export { Message } from './message.js';
|
|
37
|
+
export { URI } from './uri.js';
|
|
38
|
+
export { Input, MultisigInput, MultisigScriptHashInput, PublicKeyInput, PublicKeyHashInput, TaprootInput, Output, UnspentOutput, sighash, sign, verify, TransactionSignature, Transaction, } from './transaction/index.js';
|
|
39
|
+
export { DEFAULT_SIGN_FLAGS, SIGHASH_SINGLE_BUG, BITS_64_ON, } from './transaction/sighash.js';
|
|
40
|
+
export { applyTweakToPublicKey, buildKeyPathTaproot, buildPayToTaproot, buildScriptPathTaproot, buildTapTree, calculateTapBranch, calculateTapLeaf, calculateTapTweak, createControlBlock, extractTaprootCommitment, extractTaprootState, isTapLeafNode, isTapBranchNode, taggedHash, tweakPublicKey, tweakPrivateKey, verifyTaprootCommitment, verifyTaprootScriptPath, verifyTaprootScriptPathFromControlBlock, verifyTaprootSpend, TAPROOT_LEAF_MASK, TAPROOT_LEAF_TAPSCRIPT, TAPROOT_CONTROL_BASE_SIZE, TAPROOT_CONTROL_NODE_SIZE, TAPROOT_CONTROL_MAX_NODE_COUNT, TAPROOT_CONTROL_MAX_SIZE, TAPROOT_SCRIPTTYPE, TAPROOT_INTRO_SIZE, TAPROOT_SIGHASH_TYPE, TAPROOT_SIZE_WITHOUT_STATE, TAPROOT_SIZE_WITH_STATE, TAPROOT_ANNEX_TAG, type TapLeafNode, type TapBranchNode, type TapNode, type TapLeaf, type TapTreeBuildResult, type TaprootVerifyResult, } from './script/taproot.js';
|
|
41
|
+
export { Block, BlockHeader, MerkleBlock } from './block/index.js';
|
|
42
|
+
export { type MnemonicInput, Mnemonic, MnemonicError, pbkdf2, Words, } from './mnemonic/index.js';
|
|
43
|
+
export type { InputData, InputObject, OutputData, OutputObject, UnspentOutputData, UnspentOutputObject, TransactionSignatureData, TransactionSignatureObject, TransactionData, TransactionObject, } from './transaction/index.js';
|
|
44
44
|
export type { BlockData, BlockObject, BlockHeaderData, BlockHeaderObject, MerkleBlockData, MerkleBlockObject, } from './block';
|
|
45
|
-
export type { NetworkConfig } from './networks';
|
|
46
|
-
export type { PrivateKeyData, PrivateKeyObject, PrivateKeySerialized, } from './privatekey';
|
|
47
|
-
export type { PublicKeyData, PublicKeyExtra, PublicKeyObject, PublicKeySerialized, } from './publickey';
|
|
48
|
-
export type { HDPrivateKeyData, HDPrivateKeyObject, HDPrivateKeyBuffers, HDPrivateKeyInput, } from './hdprivatekey';
|
|
49
|
-
export type { HDPublicKeyData, HDPublicKeyObject, HDPublicKeyBuffers, HDPublicKeyInput, } from './hdpublickey';
|
|
50
|
-
export type { AddressData, AddressObject, CashAddressDecoding } from './address';
|
|
51
|
-
export type { XAddressData, XAddressObject } from './xaddress';
|
|
52
|
-
export type { ScriptData } from './script';
|
|
53
|
-
export type { URIParams } from './uri';
|
|
54
|
-
export type { UnitData } from './unit';
|
|
55
|
-
export type { TransactionLike } from './transaction/sighash';
|
|
45
|
+
export type { NetworkConfig } from './networks.js';
|
|
46
|
+
export type { PrivateKeyData, PrivateKeyObject, PrivateKeySerialized, } from './privatekey.js';
|
|
47
|
+
export type { PublicKeyData, PublicKeyExtra, PublicKeyObject, PublicKeySerialized, } from './publickey.js';
|
|
48
|
+
export type { HDPrivateKeyData, HDPrivateKeyObject, HDPrivateKeyBuffers, HDPrivateKeyInput, } from './hdprivatekey.js';
|
|
49
|
+
export type { HDPublicKeyData, HDPublicKeyObject, HDPublicKeyBuffers, HDPublicKeyInput, } from './hdpublickey.js';
|
|
50
|
+
export type { AddressData, AddressObject, CashAddressDecoding, } from './address.js';
|
|
51
|
+
export type { XAddressData, XAddressObject } from './xaddress.js';
|
|
52
|
+
export type { ScriptData } from './script.js';
|
|
53
|
+
export type { URIParams } from './uri.js';
|
|
54
|
+
export type { UnitData } from './unit.js';
|
|
55
|
+
export type { TransactionLike } from './transaction/sighash.js';
|
|
56
56
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/bitcore/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/bitcore/index.ts"],"names":[],"mappings":"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"}
|