@bitgo-beta/sdk-coin-flrp 1.0.1-beta.27 → 1.0.1-beta.271
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/dist/src/flrp.d.ts +6 -75
- package/dist/src/flrp.d.ts.map +1 -1
- package/dist/src/flrp.js +13 -298
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -2
- package/dist/src/lib/ExportInCTxBuilder.d.ts +50 -0
- package/dist/src/lib/ExportInCTxBuilder.d.ts.map +1 -0
- package/dist/src/lib/ExportInCTxBuilder.js +163 -0
- package/dist/src/lib/ExportInPTxBuilder.d.ts +36 -0
- package/dist/src/lib/ExportInPTxBuilder.d.ts.map +1 -0
- package/dist/src/lib/ExportInPTxBuilder.js +128 -0
- package/dist/src/lib/ImportInCTxBuilder.d.ts +47 -0
- package/dist/src/lib/ImportInCTxBuilder.d.ts.map +1 -0
- package/dist/src/lib/ImportInCTxBuilder.js +213 -0
- package/dist/src/lib/ImportInPTxBuilder.d.ts +23 -0
- package/dist/src/lib/ImportInPTxBuilder.d.ts.map +1 -0
- package/dist/src/lib/ImportInPTxBuilder.js +101 -0
- package/dist/src/lib/atomicInCTransactionBuilder.d.ts +18 -16
- package/dist/src/lib/atomicInCTransactionBuilder.d.ts.map +1 -1
- package/dist/src/lib/atomicInCTransactionBuilder.js +38 -36
- package/dist/src/lib/atomicTransactionBuilder.d.ts +34 -81
- package/dist/src/lib/atomicTransactionBuilder.d.ts.map +1 -1
- package/dist/src/lib/atomicTransactionBuilder.js +123 -226
- package/dist/src/lib/iface.d.ts +50 -51
- package/dist/src/lib/iface.d.ts.map +1 -1
- package/dist/src/lib/iface.js +22 -10
- package/dist/src/lib/index.d.ts +4 -0
- package/dist/src/lib/index.d.ts.map +1 -1
- package/dist/src/lib/index.js +10 -2
- package/dist/src/lib/keyPair.d.ts +5 -5
- package/dist/src/lib/keyPair.d.ts.map +1 -1
- package/dist/src/lib/keyPair.js +17 -9
- package/dist/src/lib/permissionlessValidatorTxBuilder.d.ts +46 -0
- package/dist/src/lib/permissionlessValidatorTxBuilder.d.ts.map +1 -0
- package/dist/src/lib/permissionlessValidatorTxBuilder.js +134 -0
- package/dist/src/lib/transaction.d.ts +8 -74
- package/dist/src/lib/transaction.d.ts.map +1 -1
- package/dist/src/lib/transaction.js +59 -207
- package/dist/src/lib/transactionBuilder.d.ts +107 -0
- package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
- package/dist/src/lib/transactionBuilder.js +210 -0
- package/dist/src/lib/transactionBuilderFactory.d.ts +27 -30
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilderFactory.js +69 -75
- package/dist/src/lib/utils.d.ts +66 -151
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +205 -327
- package/dist/test/resources/account.d.ts +49 -0
- package/dist/test/resources/account.d.ts.map +1 -0
- package/dist/test/resources/account.js +52 -0
- package/dist/test/resources/transactionData/exportInC.d.ts +20 -0
- package/dist/test/resources/transactionData/exportInC.d.ts.map +1 -0
- package/dist/test/resources/transactionData/exportInC.js +30 -0
- package/dist/test/unit/lib/exportInCTxBuilder.d.ts +2 -0
- package/dist/test/unit/lib/exportInCTxBuilder.d.ts.map +1 -0
- package/dist/test/unit/lib/exportInCTxBuilder.js +163 -0
- package/dist/test/unit/lib/keyPair.d.ts +2 -0
- package/dist/test/unit/lib/keyPair.d.ts.map +1 -0
- package/dist/test/unit/lib/keyPair.js +158 -0
- package/dist/test/unit/lib/utils.js +29 -223
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -13
- package/.eslintignore +0 -5
- package/.eslintrc.json +0 -7
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -0
- package/dist/src/iface.d.ts +0 -25
- package/dist/src/iface.d.ts.map +0 -1
- package/dist/src/iface.js +0 -3
- package/dist/src/lib/constants.d.ts +0 -11
- package/dist/src/lib/constants.d.ts.map +0 -1
- package/dist/src/lib/constants.js +0 -17
- package/dist/src/lib/errors.d.ts +0 -8
- package/dist/src/lib/errors.d.ts.map +0 -1
- package/dist/src/lib/errors.js +0 -19
- package/dist/src/lib/exportInCTxBuilder.d.ts +0 -77
- package/dist/src/lib/exportInCTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/exportInCTxBuilder.js +0 -170
- package/dist/src/lib/exportInPTxBuilder.d.ts +0 -30
- package/dist/src/lib/exportInPTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/exportInPTxBuilder.js +0 -56
- package/dist/test/unit/flrp.d.ts +0 -2
- package/dist/test/unit/flrp.d.ts.map +0 -1
- package/dist/test/unit/flrp.js +0 -118
- package/dist/test/unit/lib/atomicTransactionBuilder.d.ts +0 -2
- package/dist/test/unit/lib/atomicTransactionBuilder.d.ts.map +0 -1
- package/dist/test/unit/lib/atomicTransactionBuilder.js +0 -222
- package/dist/test/unit/lib/exportTxBuilder.d.ts +0 -2
- package/dist/test/unit/lib/exportTxBuilder.d.ts.map +0 -1
- package/dist/test/unit/lib/exportTxBuilder.js +0 -45
- package/dist/test/unit/lib/transaction.d.ts +0 -2
- package/dist/test/unit/lib/transaction.d.ts.map +0 -1
- package/dist/test/unit/lib/transaction.js +0 -460
- package/dist/test/unit/smoke.d.ts +0 -2
- package/dist/test/unit/smoke.d.ts.map +0 -1
- package/dist/test/unit/smoke.js +0 -23
package/dist/src/lib/utils.d.ts
CHANGED
|
@@ -1,214 +1,129 @@
|
|
|
1
|
-
import { TransferableOutput } from '@flarenetwork/flarejs';
|
|
1
|
+
import { Signature, TransferableOutput, Id } from '@flarenetwork/flarejs';
|
|
2
2
|
import { BaseUtils, Entry } from '@bitgo-beta/sdk-core';
|
|
3
3
|
import { FlareNetwork } from '@bitgo-beta/statics';
|
|
4
|
-
import {
|
|
4
|
+
import { Buffer } from 'buffer';
|
|
5
|
+
import { Output, DeprecatedTx } from './iface';
|
|
5
6
|
export declare class Utils implements BaseUtils {
|
|
7
|
+
/**
|
|
8
|
+
* Check if addresses in wallet match UTXO output addresses
|
|
9
|
+
*/
|
|
6
10
|
includeIn(walletAddresses: string[], otxoOutputAddresses: string[]): boolean;
|
|
7
11
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* @
|
|
11
|
-
* @returns {boolean} - the validation result
|
|
12
|
+
* Validates a Flare address or array of addresses
|
|
13
|
+
* @param {string | string[]} address - address(es) to validate
|
|
14
|
+
* @returns {boolean} - validation result
|
|
12
15
|
*/
|
|
13
|
-
/** @inheritdoc */
|
|
14
16
|
isValidAddress(address: string | string[]): boolean;
|
|
15
17
|
private isValidAddressRegex;
|
|
16
18
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @
|
|
20
|
-
* @returns {boolean} - the validation result
|
|
19
|
+
* Validates a block ID
|
|
20
|
+
* @param {string} hash - block ID to validate
|
|
21
|
+
* @returns {boolean} - validation result
|
|
21
22
|
*/
|
|
22
|
-
/** @inheritdoc */
|
|
23
23
|
isValidBlockId(hash: string): boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
* @param {string} pub - the public key to be validated
|
|
29
|
-
* @returns {boolean} - the validation result
|
|
25
|
+
* Validates a public key
|
|
26
|
+
* @param {string} pub - public key to validate
|
|
27
|
+
* @returns {boolean} - validation result
|
|
30
28
|
*/
|
|
31
29
|
isValidPublicKey(pub: string): boolean;
|
|
32
|
-
parseAddress: (pub: string) => Buffer;
|
|
33
30
|
/**
|
|
34
|
-
*
|
|
35
|
-
* private key
|
|
36
|
-
*
|
|
37
|
-
* The protocol key format is described in the @stacks/transactions npm package, in the
|
|
38
|
-
* createStacksPrivateKey function:
|
|
39
|
-
* https://github.com/blockstack/stacks.js/blob/master/packages/transactions/src/keys.ts#L125
|
|
40
|
-
*
|
|
41
|
-
* @param {string} prv - the private key (or extended private key) to be validated
|
|
42
|
-
* @returns {boolean} - the validation result
|
|
31
|
+
* Validates a private key
|
|
32
|
+
* @param {string} prv - private key to validate
|
|
33
|
+
* @returns {boolean} - validation result
|
|
43
34
|
*/
|
|
44
35
|
isValidPrivateKey(prv: string): boolean;
|
|
45
36
|
/**
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* @param {string} maybe - the string to be validated
|
|
49
|
-
* @returns {boolean} - the validation result
|
|
50
|
-
*/
|
|
51
|
-
allHexChars(maybe: string): boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Lightweight Ethereum address validation
|
|
54
|
-
* Validates that an address is a 40-character hex string (optionally prefixed with 0x)
|
|
55
|
-
*
|
|
56
|
-
* @param {string} address - the Ethereum address to validate
|
|
57
|
-
* @returns {boolean} - true if valid Ethereum address format
|
|
58
|
-
*/
|
|
59
|
-
isValidEthereumAddress(address: string): boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Pick specific properties from an object (replaces lodash.pick)
|
|
62
|
-
*
|
|
63
|
-
* @param {T} obj - the source object
|
|
64
|
-
* @param {K[]} keys - array of property keys to pick
|
|
65
|
-
* @returns {Pick<T, K>} - new object with only the specified properties
|
|
37
|
+
* Checks if a string contains only hex characters
|
|
66
38
|
*/
|
|
67
|
-
|
|
39
|
+
allHexChars(str: string): boolean;
|
|
68
40
|
/**
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
* @param {unknown} a - first value to compare
|
|
72
|
-
* @param {unknown} b - second value to compare
|
|
73
|
-
* @returns {boolean} - true if values are deeply equal
|
|
74
|
-
*/
|
|
75
|
-
isEqual(a: unknown, b: unknown): boolean;
|
|
76
|
-
/** @inheritdoc */
|
|
77
|
-
isValidSignature(signature: string): boolean;
|
|
78
|
-
/** @inheritdoc */
|
|
79
|
-
isValidTransactionId(txId: string): boolean;
|
|
80
|
-
/**
|
|
81
|
-
* FlareJS wrapper to create signature and return it for credentials
|
|
82
|
-
* @param network
|
|
83
|
-
* @param message
|
|
84
|
-
* @param prv
|
|
85
|
-
* @return signature
|
|
41
|
+
* Creates a signature using the Flare network parameters
|
|
42
|
+
* Returns a 65-byte signature (64 bytes signature + 1 byte recovery parameter)
|
|
86
43
|
*/
|
|
87
44
|
createSignature(network: FlareNetwork, message: Buffer, prv: Buffer): Buffer;
|
|
88
45
|
/**
|
|
89
|
-
*
|
|
90
|
-
* @param network
|
|
91
|
-
* @param message
|
|
92
|
-
* @param signature
|
|
93
|
-
* @param publicKey - public key instead of private key for verification
|
|
94
|
-
* @return true if it's verify successful
|
|
46
|
+
* Verifies a signature
|
|
95
47
|
*/
|
|
96
48
|
verifySignature(network: FlareNetwork, message: Buffer, signature: Buffer, publicKey: Buffer): boolean;
|
|
97
49
|
/**
|
|
98
|
-
*
|
|
99
|
-
* @param network
|
|
100
|
-
* @param message
|
|
101
|
-
* @param signature
|
|
102
|
-
* @return recovered public key
|
|
50
|
+
* Creates a new signature object
|
|
103
51
|
*/
|
|
104
|
-
|
|
105
|
-
sha256(buf: Uint8Array): Buffer;
|
|
52
|
+
createNewSig(sigHex: string): Signature;
|
|
106
53
|
/**
|
|
107
|
-
*
|
|
108
|
-
* It's to reuse in TransactionBuilder and TransactionBuilderFactory
|
|
109
|
-
*
|
|
110
|
-
* @param rawTransaction Transaction as hex string
|
|
54
|
+
* Computes SHA256 hash
|
|
111
55
|
*/
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* Check if tx is for the blockchainId
|
|
115
|
-
*
|
|
116
|
-
* @param {DeprecatedTx} tx
|
|
117
|
-
* @param {string} blockchainId
|
|
118
|
-
* @returns true if tx is for blockchainId
|
|
119
|
-
*/
|
|
120
|
-
isTransactionOf(tx: DeprecatedTx, blockchainId: string): boolean;
|
|
56
|
+
sha256(buf: Uint8Array): Buffer;
|
|
121
57
|
/**
|
|
122
|
-
*
|
|
123
|
-
* Output could be EVM or PVM output.
|
|
124
|
-
* @param {DeprecatedOutput} output
|
|
125
|
-
* @returns {boolean} output has transferable output structure
|
|
58
|
+
* Validates raw transaction format
|
|
126
59
|
*/
|
|
127
|
-
|
|
60
|
+
validateRawTransaction(rawTransaction: string): void;
|
|
128
61
|
/**
|
|
129
|
-
*
|
|
130
|
-
* Output could be EVM or PVM output.
|
|
131
|
-
* @param {Output} output
|
|
132
|
-
* @returns {boolean} output is TransferableOutput
|
|
62
|
+
* Checks if output is TransferableOutput type
|
|
133
63
|
*/
|
|
134
64
|
isTransferableOutput(output: Output): output is TransferableOutput;
|
|
135
65
|
/**
|
|
136
|
-
*
|
|
137
|
-
* @param network required to stringify addresses
|
|
138
|
-
* @return mapper function
|
|
139
|
-
*/
|
|
140
|
-
deprecatedMapOutputToEntry(network: FlareNetwork): (output: DeprecatedOutput) => Entry;
|
|
141
|
-
/**
|
|
142
|
-
* Return a mapper function to that network address representation.
|
|
143
|
-
* @param network required to stringify addresses
|
|
144
|
-
* @return mapper function
|
|
66
|
+
* Maps outputs to entry format
|
|
145
67
|
*/
|
|
146
68
|
mapOutputToEntry(network: FlareNetwork): (Output: any) => Entry;
|
|
147
69
|
/**
|
|
148
|
-
*
|
|
149
|
-
* @param hex string
|
|
150
|
-
* @returns hex without 0x
|
|
70
|
+
* Removes 0x prefix from hex string
|
|
151
71
|
*/
|
|
152
72
|
removeHexPrefix(hex: string): string;
|
|
153
73
|
/**
|
|
154
|
-
*
|
|
155
|
-
* @param {string} outputidx number
|
|
156
|
-
* @return {Buffer} buffer of size 4 with that number value
|
|
74
|
+
* Converts output index to buffer
|
|
157
75
|
*/
|
|
158
76
|
outputidxNumberToBuffer(outputidx: string): Buffer;
|
|
159
77
|
/**
|
|
160
|
-
*
|
|
161
|
-
* @param {Buffer} outputidx
|
|
162
|
-
* @return {string} outputidx number
|
|
78
|
+
* Converts output index buffer to number string
|
|
163
79
|
*/
|
|
164
80
|
outputidxBufferToNumber(outputidx: Buffer): string;
|
|
81
|
+
isValidSignature(signature: string): boolean;
|
|
82
|
+
isValidTransactionId(txId: string): boolean;
|
|
165
83
|
/**
|
|
166
|
-
*
|
|
167
|
-
* @param {string} data - CB58 encoded string
|
|
168
|
-
* @returns {Buffer} decoded buffer
|
|
84
|
+
* Helper method to convert address components to string
|
|
169
85
|
*/
|
|
170
|
-
|
|
86
|
+
addressToString: (hrp: string, prefix: string, address: Buffer) => string;
|
|
171
87
|
/**
|
|
172
|
-
*
|
|
173
|
-
* @param {string} hrp - Human readable part
|
|
174
|
-
* @param {string} chainid - Chain identifier
|
|
175
|
-
* @param {Buffer} addressBuffer - Address buffer
|
|
176
|
-
* @returns {string} Address string
|
|
88
|
+
* Decodes a base58 string with checksum to a Buffer
|
|
177
89
|
*/
|
|
178
|
-
|
|
90
|
+
cb58Decode(str: string): Buffer;
|
|
179
91
|
/**
|
|
180
|
-
*
|
|
181
|
-
* Follows FlareJS utils.stringToBytes pattern
|
|
182
|
-
* @param {string} text - Text to convert
|
|
183
|
-
* @returns {Uint8Array} Byte array
|
|
92
|
+
* Validates a checksum on a Buffer and returns true if valid, false if not
|
|
184
93
|
*/
|
|
185
|
-
|
|
94
|
+
private validateChecksum;
|
|
186
95
|
/**
|
|
187
|
-
*
|
|
188
|
-
* @param {Uint8Array} bytes - Bytes to convert
|
|
189
|
-
* @returns {string} Decoded string
|
|
96
|
+
* Encodes a Buffer as a base58 string with checksum
|
|
190
97
|
*/
|
|
191
|
-
|
|
98
|
+
cb58Encode(bytes: Buffer): string;
|
|
192
99
|
/**
|
|
193
|
-
*
|
|
194
|
-
* Supports string, JSON object, or raw bytes
|
|
195
|
-
* @param {string | Record<string, unknown> | Uint8Array} memo - Memo data
|
|
196
|
-
* @returns {Uint8Array} Memo bytes for FlareJS
|
|
100
|
+
* Adds a checksum to a Buffer and returns the concatenated result
|
|
197
101
|
*/
|
|
198
|
-
|
|
102
|
+
private addChecksum;
|
|
199
103
|
/**
|
|
200
|
-
* Parse
|
|
201
|
-
* @param
|
|
202
|
-
* @returns
|
|
104
|
+
* Parse an address string into a Buffer
|
|
105
|
+
* @param address - The address to parse
|
|
106
|
+
* @returns Buffer containing the parsed address
|
|
203
107
|
*/
|
|
204
|
-
|
|
108
|
+
parseAddress: (address: string) => Buffer;
|
|
109
|
+
stringToAddress: (address: string, hrp?: string) => Buffer;
|
|
205
110
|
/**
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
* @param {
|
|
209
|
-
* @
|
|
111
|
+
* Check if tx is for the blockchainId
|
|
112
|
+
*
|
|
113
|
+
* @param {DeprecatedTx} tx
|
|
114
|
+
* @param {string} blockchainId
|
|
115
|
+
* @returns true if tx is for blockchainId
|
|
210
116
|
*/
|
|
211
|
-
|
|
117
|
+
isTransactionOf(tx: DeprecatedTx, blockchainId: string): boolean;
|
|
118
|
+
flareIdString(value: string): Id;
|
|
119
|
+
/**
|
|
120
|
+
* FlareJS wrapper to recover signature
|
|
121
|
+
* @param network
|
|
122
|
+
* @param message
|
|
123
|
+
* @param signature
|
|
124
|
+
* @return recovered public key
|
|
125
|
+
*/
|
|
126
|
+
recoverySignature(network: FlareNetwork, message: Buffer, signature: Buffer): Buffer;
|
|
212
127
|
}
|
|
213
128
|
declare const utils: Utils;
|
|
214
129
|
export default utils;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/lib/utils.ts"],"names":[],"mappings":"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"}
|