We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d73cea commit ecb7dffCopy full SHA for ecb7dff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "4.2.21",
+ "version": "4.2.22",
4
"autor": "Kiln <[email protected]> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
src/fireblocks.ts
@@ -1459,6 +1459,10 @@ export class FireblocksService {
1459
messages: [
1460
1461
content: tx.unsigned_tx_hash,
1462
+ preHash: {
1463
+ content: tx.unsigned_tx_serialized,
1464
+ hashAlgorithm: 'SHA256',
1465
+ },
1466
},
1467
],
1468
0 commit comments