@onekeyfe/hwk-adapter-core 1.1.26-alpha.104 → 1.1.26-alpha.105

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/index.d.mts CHANGED
@@ -348,7 +348,7 @@ interface TronSignedTx {
348
348
  interface TronSignMsgParams {
349
349
  path: string;
350
350
  /** Message hex (no 0x prefix) */
351
- message: string;
351
+ messageHex: string;
352
352
  }
353
353
  interface TronSignature {
354
354
  /** 65-byte hex-encoded signature (no 0x prefix) */
package/dist/index.d.ts CHANGED
@@ -348,7 +348,7 @@ interface TronSignedTx {
348
348
  interface TronSignMsgParams {
349
349
  path: string;
350
350
  /** Message hex (no 0x prefix) */
351
- message: string;
351
+ messageHex: string;
352
352
  }
353
353
  interface TronSignature {
354
354
  /** 65-byte hex-encoded signature (no 0x prefix) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hwk-adapter-core",
3
- "version": "1.1.26-alpha.104",
3
+ "version": "1.1.26-alpha.105",
4
4
  "description": "Shared types and utilities for OneKey hardware wallet kit",
5
5
  "author": "OneKey",
6
6
  "license": "MIT",
@@ -47,5 +47,5 @@
47
47
  "tsup": "^8.0.0",
48
48
  "typescript": "^5.4.0"
49
49
  },
50
- "gitHead": "e64c86f8ed0fb37deda85eef78867d82a98cfbb1"
50
+ "gitHead": "9a2f397bad3fec371e92c2f58d0152c3f2f34802"
51
51
  }