@bitgo/abstract-utxo 1.2.0-rc.3 → 1.2.0-rc.30
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.
- package/CHANGELOG.md +213 -0
- package/dist/src/abstractUtxoCoin.d.ts +31 -27
- package/dist/src/abstractUtxoCoin.d.ts.map +1 -1
- package/dist/src/abstractUtxoCoin.js +30 -27
- package/dist/src/config.d.ts +1 -0
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +6 -5
- package/dist/src/recovery/RecoveryProvider.d.ts +1 -0
- package/dist/src/recovery/RecoveryProvider.d.ts.map +1 -1
- package/dist/src/recovery/RecoveryProvider.js +2 -1
- package/dist/src/recovery/backupKeyRecovery.d.ts +9 -9
- package/dist/src/recovery/backupKeyRecovery.d.ts.map +1 -1
- package/dist/src/recovery/backupKeyRecovery.js +36 -19
- package/dist/src/recovery/crossChainRecovery.d.ts +9 -8
- package/dist/src/recovery/crossChainRecovery.d.ts.map +1 -1
- package/dist/src/recovery/crossChainRecovery.js +40 -22
- package/dist/src/recovery/smartbitApi.d.ts +1 -1
- package/dist/src/recovery/smartbitApi.d.ts.map +1 -1
- package/dist/src/recovery/smartbitApi.js +1 -1
- package/dist/src/replayProtection.d.ts +1 -4
- package/dist/src/replayProtection.d.ts.map +1 -1
- package/dist/src/replayProtection.js +1 -1
- package/dist/src/sign.d.ts +9 -9
- package/dist/src/sign.d.ts.map +1 -1
- package/dist/src/sign.js +1 -1
- package/dist/tsconfig.tsbuildinfo +680 -543
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,219 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.2.0-rc.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.29...@bitgo/abstract-utxo@1.2.0-rc.30) (2022-09-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.2.0-rc.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.28...@bitgo/abstract-utxo@1.2.0-rc.29) (2022-09-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.2.0-rc.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.27...@bitgo/abstract-utxo@1.2.0-rc.28) (2022-09-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [1.2.0-rc.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.26...@bitgo/abstract-utxo@1.2.0-rc.27) (2022-09-21)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [1.2.0-rc.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.25...@bitgo/abstract-utxo@1.2.0-rc.26) (2022-09-21)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# [1.2.0-rc.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.24...@bitgo/abstract-utxo@1.2.0-rc.25) (2022-09-20)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
# [1.2.0-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.23...@bitgo/abstract-utxo@1.2.0-rc.24) (2022-09-20)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
# [1.2.0-rc.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.22...@bitgo/abstract-utxo@1.2.0-rc.23) (2022-09-16)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
# [1.2.0-rc.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.21...@bitgo/abstract-utxo@1.2.0-rc.22) (2022-09-16)
|
|
74
|
+
|
|
75
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
# [1.2.0-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.20...@bitgo/abstract-utxo@1.2.0-rc.21) (2022-09-15)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
# [1.2.0-rc.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.19...@bitgo/abstract-utxo@1.2.0-rc.20) (2022-09-14)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
# [1.2.0-rc.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.18...@bitgo/abstract-utxo@1.2.0-rc.19) (2022-09-14)
|
|
98
|
+
|
|
99
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# [1.2.0-rc.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.17...@bitgo/abstract-utxo@1.2.0-rc.18) (2022-09-13)
|
|
106
|
+
|
|
107
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
# [1.2.0-rc.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.15...@bitgo/abstract-utxo@1.2.0-rc.16) (2022-09-08)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
# [1.2.0-rc.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.13...@bitgo/abstract-utxo@1.2.0-rc.14) (2022-09-07)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
# [1.2.0-rc.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.12...@bitgo/abstract-utxo@1.2.0-rc.13) (2022-09-07)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
# [1.2.0-rc.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.11...@bitgo/abstract-utxo@1.2.0-rc.12) (2022-09-06)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# [1.2.0-rc.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.10...@bitgo/abstract-utxo@1.2.0-rc.11) (2022-09-01)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
# [1.2.0-rc.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.9...@bitgo/abstract-utxo@1.2.0-rc.10) (2022-08-31)
|
|
154
|
+
|
|
155
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
# [1.2.0-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.8...@bitgo/abstract-utxo@1.2.0-rc.9) (2022-08-30)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
# [1.2.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.7...@bitgo/abstract-utxo@1.2.0-rc.8) (2022-08-26)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
# [1.2.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.6...@bitgo/abstract-utxo@1.2.0-rc.7) (2022-08-25)
|
|
178
|
+
|
|
179
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
# [1.2.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.5...@bitgo/abstract-utxo@1.2.0-rc.6) (2022-08-23)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
# [1.2.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.4...@bitgo/abstract-utxo@1.2.0-rc.5) (2022-08-22)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0))
|
|
202
|
+
* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
# [1.2.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.3...@bitgo/abstract-utxo@1.2.0-rc.4) (2022-08-17)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
6
219
|
# [1.2.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.2...@bitgo/abstract-utxo@1.2.0-rc.3) (2022-08-17)
|
|
7
220
|
|
|
8
221
|
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
/**
|
|
3
|
+
* @prettier
|
|
4
|
+
*/
|
|
2
5
|
import * as utxolib from '@bitgo/utxo-lib';
|
|
3
6
|
import { bitgo } from '@bitgo/utxo-lib';
|
|
4
7
|
import { backupKeyRecovery, RecoverParams } from './recovery/backupKeyRecovery';
|
|
@@ -6,7 +9,7 @@ import { CrossChainRecoverySigned, CrossChainRecoveryUnsigned } from './recovery
|
|
|
6
9
|
import { AddressCoinSpecific, BaseCoin, BitGoBase, ExtraPrebuildParamsOptions, HalfSignedUtxoTransaction, IRequestTracer, ITransactionExplanation as BaseTransactionExplanation, IWallet, Keychain, KeychainsTriplet, ParsedTransaction as BaseParsedTransaction, ParseTransactionOptions as BaseParseTransactionOptions, PrecreateBitGoOptions, PresignTransactionOptions, RequestTracer, SignedTransaction, SignTransactionOptions as BaseSignTransactionOptions, SupplementGenerateWalletOptions, TransactionParams as BaseTransactionParams, TransactionPrebuild as BaseTransactionPrebuild, Triple, VerificationOptions, VerifyAddressOptions as BaseVerifyAddressOptions, VerifyTransactionOptions as BaseVerifyTransactionOptions } from '@bitgo/sdk-core';
|
|
7
10
|
import { CustomChangeOptions } from './parseOutput';
|
|
8
11
|
import ScriptType2Of3 = utxolib.bitgo.outputScripts.ScriptType2Of3;
|
|
9
|
-
declare type Unspent = bitgo.Unspent
|
|
12
|
+
declare type Unspent<TNumber extends number | bigint = number> = bitgo.Unspent<TNumber>;
|
|
10
13
|
export interface VerifyAddressOptions extends BaseVerifyAddressOptions {
|
|
11
14
|
chain: number;
|
|
12
15
|
index: number;
|
|
@@ -17,7 +20,7 @@ export interface Output {
|
|
|
17
20
|
external?: boolean;
|
|
18
21
|
needsCustomChangeKeySignatureVerification?: boolean;
|
|
19
22
|
}
|
|
20
|
-
export interface TransactionExplanation extends BaseTransactionExplanation<string,
|
|
23
|
+
export interface TransactionExplanation extends BaseTransactionExplanation<string, string> {
|
|
21
24
|
locktime: number;
|
|
22
25
|
outputs: Output[];
|
|
23
26
|
changeOutputs: Output[];
|
|
@@ -30,35 +33,35 @@ export interface TransactionExplanation extends BaseTransactionExplanation<strin
|
|
|
30
33
|
*/
|
|
31
34
|
signatures: number;
|
|
32
35
|
}
|
|
33
|
-
export interface TransactionInfo {
|
|
36
|
+
export interface TransactionInfo<TNumber extends number | bigint = number> {
|
|
34
37
|
/** Maps txid to txhex. Required for offline signing. */
|
|
35
38
|
txHexes?: Record<string, string>;
|
|
36
39
|
changeAddresses?: string[];
|
|
37
|
-
unspents: Unspent[];
|
|
40
|
+
unspents: Unspent<TNumber>[];
|
|
38
41
|
}
|
|
39
|
-
export interface ExplainTransactionOptions {
|
|
42
|
+
export interface ExplainTransactionOptions<TNumber extends number | bigint = number> {
|
|
40
43
|
txHex: string;
|
|
41
|
-
txInfo?: TransactionInfo
|
|
44
|
+
txInfo?: TransactionInfo<TNumber>;
|
|
42
45
|
feeInfo?: string;
|
|
43
46
|
pubs?: Triple<string>;
|
|
44
47
|
}
|
|
45
48
|
export declare type UtxoNetwork = utxolib.Network;
|
|
46
|
-
export interface TransactionPrebuild extends BaseTransactionPrebuild {
|
|
47
|
-
txInfo?: TransactionInfo
|
|
49
|
+
export interface TransactionPrebuild<TNumber extends number | bigint = number> extends BaseTransactionPrebuild {
|
|
50
|
+
txInfo?: TransactionInfo<TNumber>;
|
|
48
51
|
blockHeight?: number;
|
|
49
52
|
}
|
|
50
53
|
export interface TransactionParams extends BaseTransactionParams {
|
|
51
54
|
walletPassphrase?: string;
|
|
52
55
|
changeAddress?: string;
|
|
53
56
|
}
|
|
54
|
-
export interface ParseTransactionOptions extends BaseParseTransactionOptions {
|
|
57
|
+
export interface ParseTransactionOptions<TNumber extends number | bigint = number> extends BaseParseTransactionOptions {
|
|
55
58
|
txParams: TransactionParams;
|
|
56
|
-
txPrebuild: TransactionPrebuild
|
|
59
|
+
txPrebuild: TransactionPrebuild<TNumber>;
|
|
57
60
|
wallet: IWallet;
|
|
58
61
|
verification?: VerificationOptions;
|
|
59
62
|
reqId?: IRequestTracer;
|
|
60
63
|
}
|
|
61
|
-
export interface ParsedTransaction extends BaseParsedTransaction {
|
|
64
|
+
export interface ParsedTransaction<TNumber extends number | bigint = number> extends BaseParsedTransaction {
|
|
62
65
|
keychains: {
|
|
63
66
|
user?: Keychain;
|
|
64
67
|
backup?: Keychain;
|
|
@@ -73,8 +76,8 @@ export interface ParsedTransaction extends BaseParsedTransaction {
|
|
|
73
76
|
explicitExternalOutputs: Output[];
|
|
74
77
|
implicitExternalOutputs: Output[];
|
|
75
78
|
changeOutputs: Output[];
|
|
76
|
-
explicitExternalSpendAmount:
|
|
77
|
-
implicitExternalSpendAmount:
|
|
79
|
+
explicitExternalSpendAmount: TNumber;
|
|
80
|
+
implicitExternalSpendAmount: TNumber;
|
|
78
81
|
needsCustomChangeKeySignatureVerification: boolean;
|
|
79
82
|
customChange?: CustomChangeOptions;
|
|
80
83
|
}
|
|
@@ -98,11 +101,11 @@ export interface AddressDetails {
|
|
|
98
101
|
coinSpecific: AddressCoinSpecific;
|
|
99
102
|
addressType?: string;
|
|
100
103
|
}
|
|
101
|
-
export interface SignTransactionOptions extends BaseSignTransactionOptions {
|
|
104
|
+
export interface SignTransactionOptions<TNumber extends number | bigint = number> extends BaseSignTransactionOptions {
|
|
102
105
|
/** Transaction prebuild from bitgo server */
|
|
103
106
|
txPrebuild: {
|
|
104
107
|
txHex: string;
|
|
105
|
-
txInfo: TransactionInfo
|
|
108
|
+
txInfo: TransactionInfo<TNumber>;
|
|
106
109
|
};
|
|
107
110
|
/** xprv of user key or backup key */
|
|
108
111
|
prv: string;
|
|
@@ -143,14 +146,15 @@ export interface VerifyUserPublicKeyOptions {
|
|
|
143
146
|
disableNetworking: boolean;
|
|
144
147
|
txParams: TransactionParams;
|
|
145
148
|
}
|
|
146
|
-
export interface VerifyTransactionOptions extends BaseVerifyTransactionOptions {
|
|
147
|
-
txPrebuild: TransactionPrebuild
|
|
149
|
+
export interface VerifyTransactionOptions<TNumber extends number | bigint = number> extends BaseVerifyTransactionOptions {
|
|
150
|
+
txPrebuild: TransactionPrebuild<TNumber>;
|
|
148
151
|
}
|
|
149
152
|
export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
150
153
|
altScriptHash?: number;
|
|
151
154
|
supportAltScriptDestination?: boolean;
|
|
155
|
+
readonly amountType: 'number' | 'bigint';
|
|
152
156
|
private readonly _network;
|
|
153
|
-
protected constructor(bitgo: BitGoBase, network: utxolib.Network);
|
|
157
|
+
protected constructor(bitgo: BitGoBase, network: utxolib.Network, amountType?: 'number' | 'bigint');
|
|
154
158
|
get network(): utxolib.Network;
|
|
155
159
|
sweepWithSendMany(): boolean;
|
|
156
160
|
/** @deprecated */
|
|
@@ -194,7 +198,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
194
198
|
* Run custom coin logic after a transaction prebuild has been received from BitGo
|
|
195
199
|
* @param prebuild
|
|
196
200
|
*/
|
|
197
|
-
postProcessPrebuild(prebuild: TransactionPrebuild): Promise<TransactionPrebuild
|
|
201
|
+
postProcessPrebuild<TNumber extends number | bigint>(prebuild: TransactionPrebuild<TNumber>): Promise<TransactionPrebuild<TNumber>>;
|
|
198
202
|
/**
|
|
199
203
|
* Find outputs that are within expected outputs but not within actual outputs, including duplicates
|
|
200
204
|
* @param expectedOutputs
|
|
@@ -209,13 +213,13 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
209
213
|
static inferAddressType(addressDetails: {
|
|
210
214
|
chain: number;
|
|
211
215
|
}): ScriptType2Of3 | null;
|
|
212
|
-
createTransactionFromHex(hex: string): utxolib.bitgo.UtxoTransaction
|
|
216
|
+
createTransactionFromHex<TNumber extends number | bigint = number>(hex: string): utxolib.bitgo.UtxoTransaction<TNumber>;
|
|
213
217
|
/**
|
|
214
218
|
* Extract and fill transaction details such as internal/change spend, external spend (explicit vs. implicit), etc.
|
|
215
219
|
* @param params
|
|
216
220
|
* @returns {*}
|
|
217
221
|
*/
|
|
218
|
-
parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction
|
|
222
|
+
parseTransaction<TNumber extends number | bigint = number>(params: ParseTransactionOptions<TNumber>): Promise<ParsedTransaction<TNumber>>;
|
|
219
223
|
/**
|
|
220
224
|
* Decrypt the wallet's user private key and verify that the claimed public key matches
|
|
221
225
|
* @param {VerifyUserPublicKeyOptions} params
|
|
@@ -238,7 +242,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
238
242
|
* @return {boolean}
|
|
239
243
|
* @protected
|
|
240
244
|
*/
|
|
241
|
-
protected verifyCustomChangeKeySignatures(tx: ParsedTransaction
|
|
245
|
+
protected verifyCustomChangeKeySignatures<TNumber extends number | bigint>(tx: ParsedTransaction<TNumber>, userKeychain: Keychain): boolean;
|
|
242
246
|
/**
|
|
243
247
|
* Get the maximum percentage limit for pay-as-you-go outputs
|
|
244
248
|
*
|
|
@@ -259,7 +263,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
259
263
|
* @param params.verification.addresses Address details to pass in for out-of-band verification
|
|
260
264
|
* @returns {boolean}
|
|
261
265
|
*/
|
|
262
|
-
verifyTransaction(params: VerifyTransactionOptions): Promise<boolean>;
|
|
266
|
+
verifyTransaction<TNumber extends number | bigint = number>(params: VerifyTransactionOptions<TNumber>): Promise<boolean>;
|
|
263
267
|
/**
|
|
264
268
|
* Make sure an address is valid and throw an error if it's not.
|
|
265
269
|
* @param params.address The address string on the network
|
|
@@ -308,12 +312,12 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
308
312
|
* @param params - {@see SignTransactionOptions}
|
|
309
313
|
* @returns {Promise<SignedTransaction | HalfSignedUtxoTransaction>}
|
|
310
314
|
*/
|
|
311
|
-
signTransaction(params: SignTransactionOptions): Promise<SignedTransaction | HalfSignedUtxoTransaction>;
|
|
315
|
+
signTransaction<TNumber extends number | bigint = number>(params: SignTransactionOptions<TNumber>): Promise<SignedTransaction | HalfSignedUtxoTransaction>;
|
|
312
316
|
/**
|
|
313
317
|
* @param unspent
|
|
314
318
|
* @returns {boolean}
|
|
315
319
|
*/
|
|
316
|
-
isBitGoTaintedUnspent(unspent: Unspent): boolean;
|
|
320
|
+
isBitGoTaintedUnspent<TNumber extends number | bigint>(unspent: Unspent<TNumber>): boolean;
|
|
317
321
|
/**
|
|
318
322
|
* @deprecated - use utxolib.bitgo.getDefaultSigHash(network) instead
|
|
319
323
|
* @returns {number}
|
|
@@ -331,7 +335,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
331
335
|
* change amounts, and transaction outputs.
|
|
332
336
|
* @param params
|
|
333
337
|
*/
|
|
334
|
-
explainTransaction(params: ExplainTransactionOptions): Promise<TransactionExplanation>;
|
|
338
|
+
explainTransaction<TNumber extends number | bigint = number>(params: ExplainTransactionOptions<TNumber>): Promise<TransactionExplanation>;
|
|
335
339
|
/**
|
|
336
340
|
* Create a multisig address of a given type from a list of keychains and a signing threshold
|
|
337
341
|
* @param addressType
|
|
@@ -357,7 +361,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
|
|
|
357
361
|
* @param params.xprv the unencrypted xprv (used instead of wallet passphrase)
|
|
358
362
|
* @returns {*}
|
|
359
363
|
*/
|
|
360
|
-
recoverFromWrongChain(params: RecoverFromWrongChainOptions): Promise<CrossChainRecoverySigned | CrossChainRecoveryUnsigned
|
|
364
|
+
recoverFromWrongChain<TNumber extends number | bigint = number>(params: RecoverFromWrongChainOptions): Promise<CrossChainRecoverySigned<TNumber> | CrossChainRecoveryUnsigned<TNumber>>;
|
|
361
365
|
/**
|
|
362
366
|
* Generate bip32 key pair
|
|
363
367
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstractUtxoCoin.d.ts","sourceRoot":"","sources":["../../src/abstractUtxoCoin.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"abstractUtxoCoin.d.ts","sourceRoot":"","sources":["../../src/abstractUtxoCoin.ts"],"names":[],"mappings":"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"}
|