@onekeyfe/hd-core 1.2.0-alpha.55 → 1.2.0-alpha.57

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.
Files changed (578) hide show
  1. package/__tests__/device-state-contract.test.ts +1 -0
  2. package/__tests__/device-state-mapper.test.ts +1 -1
  3. package/__tests__/deviceSettings.test.ts +1 -1
  4. package/__tests__/protocol-v2.test.ts +129 -3
  5. package/__tests__/protocolV2FileWrite.test.ts +39 -0
  6. package/__tests__/public-pro2-api-boundary.test.ts +98 -2
  7. package/__tests__/public-test-api-boundary.test.ts +167 -0
  8. package/dist/api/BixinBackupDevice.d.ts +7 -0
  9. package/dist/api/BixinBackupDevice.d.ts.map +1 -0
  10. package/dist/api/BixinLoadDevice.d.ts +7 -0
  11. package/dist/api/BixinLoadDevice.d.ts.map +1 -0
  12. package/dist/api/BixinMessageSE.d.ts +8 -0
  13. package/dist/api/BixinMessageSE.d.ts.map +1 -0
  14. package/dist/api/BixinVerifyDeviceRequest.d.ts +8 -0
  15. package/dist/api/BixinVerifyDeviceRequest.d.ts.map +1 -0
  16. package/dist/api/FirmwareUpdateV4.d.ts.map +1 -1
  17. package/dist/api/WebAuthnAddResidentCredential.d.ts +8 -0
  18. package/dist/api/WebAuthnAddResidentCredential.d.ts.map +1 -0
  19. package/dist/api/WebAuthnListResidentCredentials.d.ts +8 -0
  20. package/dist/api/WebAuthnListResidentCredentials.d.ts.map +1 -0
  21. package/dist/api/WebAuthnRemoveResidentCredential.d.ts +8 -0
  22. package/dist/api/WebAuthnRemoveResidentCredential.d.ts.map +1 -0
  23. package/dist/api/binance/BinanceGetAddress.d.ts +8 -0
  24. package/dist/api/binance/BinanceGetAddress.d.ts.map +1 -0
  25. package/dist/api/binance/BinanceGetPublicKey.d.ts +8 -0
  26. package/dist/api/binance/BinanceGetPublicKey.d.ts.map +1 -0
  27. package/dist/api/binance/BinanceSignTx.d.ts +7 -0
  28. package/dist/api/binance/BinanceSignTx.d.ts.map +1 -0
  29. package/dist/api/btc/BTCAuthorizeCoinJoin.d.ts +7 -0
  30. package/dist/api/btc/BTCAuthorizeCoinJoin.d.ts.map +1 -0
  31. package/dist/api/btc/BTCGetOwnershipId.d.ts +7 -0
  32. package/dist/api/btc/BTCGetOwnershipId.d.ts.map +1 -0
  33. package/dist/api/btc/BTCGetOwnershipProof.d.ts +7 -0
  34. package/dist/api/btc/BTCGetOwnershipProof.d.ts.map +1 -0
  35. package/dist/api/crypto/CryptoBatchGetPublickeys.d.ts +8 -0
  36. package/dist/api/crypto/CryptoBatchGetPublickeys.d.ts.map +1 -0
  37. package/dist/api/crypto/CryptoCipherKeyValue.d.ts +8 -0
  38. package/dist/api/crypto/CryptoCipherKeyValue.d.ts.map +1 -0
  39. package/dist/api/crypto/CryptoCosiCommit.d.ts +8 -0
  40. package/dist/api/crypto/CryptoCosiCommit.d.ts.map +1 -0
  41. package/dist/api/crypto/CryptoCosiSign.d.ts +8 -0
  42. package/dist/api/crypto/CryptoCosiSign.d.ts.map +1 -0
  43. package/dist/api/crypto/CryptoGetECDHSessionKey.d.ts +8 -0
  44. package/dist/api/crypto/CryptoGetECDHSessionKey.d.ts.map +1 -0
  45. package/dist/api/crypto/CryptoSignIdentity.d.ts +8 -0
  46. package/dist/api/crypto/CryptoSignIdentity.d.ts.map +1 -0
  47. package/dist/api/debug/DebugLinkDecision.d.ts +7 -0
  48. package/dist/api/debug/DebugLinkDecision.d.ts.map +1 -0
  49. package/dist/api/debug/DebugLinkEraseSdCard.d.ts +7 -0
  50. package/dist/api/debug/DebugLinkEraseSdCard.d.ts.map +1 -0
  51. package/dist/api/debug/DebugLinkFlashErase.d.ts +7 -0
  52. package/dist/api/debug/DebugLinkFlashErase.d.ts.map +1 -0
  53. package/dist/api/debug/DebugLinkGetState.d.ts +7 -0
  54. package/dist/api/debug/DebugLinkGetState.d.ts.map +1 -0
  55. package/dist/api/debug/DebugLinkMemoryRead.d.ts +7 -0
  56. package/dist/api/debug/DebugLinkMemoryRead.d.ts.map +1 -0
  57. package/dist/api/debug/DebugLinkMemoryWrite.d.ts +7 -0
  58. package/dist/api/debug/DebugLinkMemoryWrite.d.ts.map +1 -0
  59. package/dist/api/debug/DebugLinkRecordScreen.d.ts +7 -0
  60. package/dist/api/debug/DebugLinkRecordScreen.d.ts.map +1 -0
  61. package/dist/api/debug/DebugLinkReseedRandom.d.ts +7 -0
  62. package/dist/api/debug/DebugLinkReseedRandom.d.ts.map +1 -0
  63. package/dist/api/debug/DebugLinkStop.d.ts +7 -0
  64. package/dist/api/debug/DebugLinkStop.d.ts.map +1 -0
  65. package/dist/api/debug/DebugLinkWatchLayout.d.ts +7 -0
  66. package/dist/api/debug/DebugLinkWatchLayout.d.ts.map +1 -0
  67. package/dist/api/device/DeviceVerify.d.ts.map +1 -1
  68. package/dist/api/emmc/EmmcDirList.d.ts +7 -0
  69. package/dist/api/emmc/EmmcDirList.d.ts.map +1 -0
  70. package/dist/api/emmc/EmmcDirMake.d.ts +7 -0
  71. package/dist/api/emmc/EmmcDirMake.d.ts.map +1 -0
  72. package/dist/api/emmc/EmmcDirRemove.d.ts +7 -0
  73. package/dist/api/emmc/EmmcDirRemove.d.ts.map +1 -0
  74. package/dist/api/emmc/EmmcFileDelete.d.ts +7 -0
  75. package/dist/api/emmc/EmmcFileDelete.d.ts.map +1 -0
  76. package/dist/api/emmc/EmmcFileRead.d.ts +7 -0
  77. package/dist/api/emmc/EmmcFileRead.d.ts.map +1 -0
  78. package/dist/api/emmc/EmmcFileWrite.d.ts +7 -0
  79. package/dist/api/emmc/EmmcFileWrite.d.ts.map +1 -0
  80. package/dist/api/emmc/EmmcFixPermission.d.ts +7 -0
  81. package/dist/api/emmc/EmmcFixPermission.d.ts.map +1 -0
  82. package/dist/api/emmc/EmmcPathInfo.d.ts +7 -0
  83. package/dist/api/emmc/EmmcPathInfo.d.ts.map +1 -0
  84. package/dist/api/eos/EosGetPublicKey.d.ts +8 -0
  85. package/dist/api/eos/EosGetPublicKey.d.ts.map +1 -0
  86. package/dist/api/eos/EosSignTx.d.ts +12 -0
  87. package/dist/api/eos/EosSignTx.d.ts.map +1 -0
  88. package/dist/api/evmTrezor/EVMGetAddress.d.ts +10 -0
  89. package/dist/api/evmTrezor/EVMGetAddress.d.ts.map +1 -0
  90. package/dist/api/evmTrezor/EVMGetPublicKey.d.ts +16 -0
  91. package/dist/api/evmTrezor/EVMGetPublicKey.d.ts.map +1 -0
  92. package/dist/api/evmTrezor/EVMSignMessage.d.ts +7 -0
  93. package/dist/api/evmTrezor/EVMSignMessage.d.ts.map +1 -0
  94. package/dist/api/evmTrezor/EVMSignTransaction.d.ts +15 -0
  95. package/dist/api/evmTrezor/EVMSignTransaction.d.ts.map +1 -0
  96. package/dist/api/evmTrezor/EVMSignTypedData.d.ts +43 -0
  97. package/dist/api/evmTrezor/EVMSignTypedData.d.ts.map +1 -0
  98. package/dist/api/evmTrezor/EVMVerifyMessage.d.ts +7 -0
  99. package/dist/api/evmTrezor/EVMVerifyMessage.d.ts.map +1 -0
  100. package/dist/api/evmTrezor/legacyV1/getAddress.d.ts +6 -0
  101. package/dist/api/evmTrezor/legacyV1/getAddress.d.ts.map +1 -0
  102. package/dist/api/evmTrezor/legacyV1/getPublicKey.d.ts +6 -0
  103. package/dist/api/evmTrezor/legacyV1/getPublicKey.d.ts.map +1 -0
  104. package/dist/api/evmTrezor/legacyV1/signMessage.d.ts +6 -0
  105. package/dist/api/evmTrezor/legacyV1/signMessage.d.ts.map +1 -0
  106. package/dist/api/evmTrezor/legacyV1/signTransaction.d.ts +9 -0
  107. package/dist/api/evmTrezor/legacyV1/signTransaction.d.ts.map +1 -0
  108. package/dist/api/evmTrezor/legacyV1/signTypedData.d.ts +10 -0
  109. package/dist/api/evmTrezor/legacyV1/signTypedData.d.ts.map +1 -0
  110. package/dist/api/evmTrezor/legacyV1/signTypedHash.d.ts +11 -0
  111. package/dist/api/evmTrezor/legacyV1/signTypedHash.d.ts.map +1 -0
  112. package/dist/api/evmTrezor/legacyV1/verifyMessage.d.ts +6 -0
  113. package/dist/api/evmTrezor/legacyV1/verifyMessage.d.ts.map +1 -0
  114. package/dist/api/extensionMethodNames.d.ts +3 -0
  115. package/dist/api/extensionMethodNames.d.ts.map +1 -0
  116. package/dist/api/factoryMethods.d.ts +3 -0
  117. package/dist/api/factoryMethods.d.ts.map +1 -0
  118. package/dist/api/firmware/FirmwareErase.d.ts +12 -0
  119. package/dist/api/firmware/FirmwareErase.d.ts.map +1 -0
  120. package/dist/api/firmware/FirmwareEraseEx.d.ts +12 -0
  121. package/dist/api/firmware/FirmwareEraseEx.d.ts.map +1 -0
  122. package/dist/api/firmware/FirmwareUpdateEmmcTest.d.ts +7 -0
  123. package/dist/api/firmware/FirmwareUpdateEmmcTest.d.ts.map +1 -0
  124. package/dist/api/firmware/FirmwareUploadTest.d.ts +7 -0
  125. package/dist/api/firmware/FirmwareUploadTest.d.ts.map +1 -0
  126. package/dist/api/firmware/Reboot.d.ts +7 -0
  127. package/dist/api/firmware/Reboot.d.ts.map +1 -0
  128. package/dist/api/firmware/SelfTest.d.ts +7 -0
  129. package/dist/api/firmware/SelfTest.d.ts.map +1 -0
  130. package/dist/api/helpers/protocolV2FileWrite.d.ts.map +1 -1
  131. package/dist/api/index.d.ts +3 -0
  132. package/dist/api/index.d.ts.map +1 -1
  133. package/dist/api/manager/DeviceCancelAuthorization.d.ts +7 -0
  134. package/dist/api/manager/DeviceCancelAuthorization.d.ts.map +1 -0
  135. package/dist/api/manager/DeviceChangeWipeCode.d.ts +7 -0
  136. package/dist/api/manager/DeviceChangeWipeCode.d.ts.map +1 -0
  137. package/dist/api/manager/DeviceDoPreauthorized.d.ts +7 -0
  138. package/dist/api/manager/DeviceDoPreauthorized.d.ts.map +1 -0
  139. package/dist/api/manager/DeviceEndSession.d.ts +7 -0
  140. package/dist/api/manager/DeviceEndSession.d.ts.map +1 -0
  141. package/dist/api/manager/DeviceGetEntropy.d.ts +7 -0
  142. package/dist/api/manager/DeviceGetEntropy.d.ts.map +1 -0
  143. package/dist/api/manager/DeviceGetFirmwareHash.d.ts +7 -0
  144. package/dist/api/manager/DeviceGetFirmwareHash.d.ts.map +1 -0
  145. package/dist/api/manager/DeviceInfoSettings.d.ts +7 -0
  146. package/dist/api/manager/DeviceInfoSettings.d.ts.map +1 -0
  147. package/dist/api/manager/DeviceLoad.d.ts +7 -0
  148. package/dist/api/manager/DeviceLoad.d.ts.map +1 -0
  149. package/dist/api/manager/DevicePing.d.ts +7 -0
  150. package/dist/api/manager/DevicePing.d.ts.map +1 -0
  151. package/dist/api/manager/DeviceReadSEPublicCert.d.ts +7 -0
  152. package/dist/api/manager/DeviceReadSEPublicCert.d.ts.map +1 -0
  153. package/dist/api/manager/DeviceSESignMessage.d.ts +7 -0
  154. package/dist/api/manager/DeviceSESignMessage.d.ts.map +1 -0
  155. package/dist/api/manager/DeviceSdProtect.d.ts +7 -0
  156. package/dist/api/manager/DeviceSdProtect.d.ts.map +1 -0
  157. package/dist/api/manager/DeviceSpiFlashRead.d.ts +7 -0
  158. package/dist/api/manager/DeviceSpiFlashRead.d.ts.map +1 -0
  159. package/dist/api/manager/DeviceSpiFlashWrite.d.ts +7 -0
  160. package/dist/api/manager/DeviceSpiFlashWrite.d.ts.map +1 -0
  161. package/dist/api/manager/DeviceUnlockPath.d.ts +7 -0
  162. package/dist/api/manager/DeviceUnlockPath.d.ts.map +1 -0
  163. package/dist/api/manager/DeviceWriteSEPrivateKey.d.ts +7 -0
  164. package/dist/api/manager/DeviceWriteSEPrivateKey.d.ts.map +1 -0
  165. package/dist/api/manager/DeviceWriteSEPublicCert.d.ts +7 -0
  166. package/dist/api/manager/DeviceWriteSEPublicCert.d.ts.map +1 -0
  167. package/dist/api/manager/GetDeviceInfoSettings.d.ts +7 -0
  168. package/dist/api/manager/GetDeviceInfoSettings.d.ts.map +1 -0
  169. package/dist/api/manager/GetPublicKeyMultiple.d.ts +7 -0
  170. package/dist/api/manager/GetPublicKeyMultiple.d.ts.map +1 -0
  171. package/dist/api/manager/ListResDir.d.ts +7 -0
  172. package/dist/api/manager/ListResDir.d.ts.map +1 -0
  173. package/dist/api/manager/NFTWriteData.d.ts +7 -0
  174. package/dist/api/manager/NFTWriteData.d.ts.map +1 -0
  175. package/dist/api/manager/NFTWriteInfo.d.ts +7 -0
  176. package/dist/api/manager/NFTWriteInfo.d.ts.map +1 -0
  177. package/dist/api/manager/ReadSEPublicKey.d.ts +7 -0
  178. package/dist/api/manager/ReadSEPublicKey.d.ts.map +1 -0
  179. package/dist/api/manager/ResourceUpdate.d.ts +6 -0
  180. package/dist/api/manager/ResourceUpdate.d.ts.map +1 -0
  181. package/dist/api/methodExtension.d.ts +13 -0
  182. package/dist/api/methodExtension.d.ts.map +1 -0
  183. package/dist/api/monero/MoneroGetAddress.d.ts +9 -0
  184. package/dist/api/monero/MoneroGetAddress.d.ts.map +1 -0
  185. package/dist/api/monero/MoneroGetWatchKey.d.ts +8 -0
  186. package/dist/api/monero/MoneroGetWatchKey.d.ts.map +1 -0
  187. package/dist/api/nem/NEMDecryptMessage.d.ts +8 -0
  188. package/dist/api/nem/NEMDecryptMessage.d.ts.map +1 -0
  189. package/dist/api/protocol-v2/DeviceFactoryCertificateRead.d.ts +7 -0
  190. package/dist/api/protocol-v2/DeviceFactoryCertificateRead.d.ts.map +1 -0
  191. package/dist/api/protocol-v2/DeviceFactoryCertificateWrite.d.ts +8 -0
  192. package/dist/api/protocol-v2/DeviceFactoryCertificateWrite.d.ts.map +1 -0
  193. package/dist/api/protocol-v2/DeviceFactoryChallengeSign.d.ts +8 -0
  194. package/dist/api/protocol-v2/DeviceFactoryChallengeSign.d.ts.map +1 -0
  195. package/dist/api/protocol-v2/DeviceFactoryInfoGet.d.ts.map +1 -1
  196. package/dist/api/protocol-v2/DeviceFactoryInfoSet.d.ts.map +1 -1
  197. package/dist/api/protocol-v2/helpers.d.ts +15 -5
  198. package/dist/api/protocol-v2/helpers.d.ts.map +1 -1
  199. package/dist/api/stellar/StellarSignTransaction.d.ts +1 -1
  200. package/dist/api/testMethods.d.ts +82 -0
  201. package/dist/api/testMethods.d.ts.map +1 -0
  202. package/dist/api/tezos/TezosGetAddress.d.ts +9 -0
  203. package/dist/api/tezos/TezosGetAddress.d.ts.map +1 -0
  204. package/dist/api/tezos/TezosGetPublicKey.d.ts +8 -0
  205. package/dist/api/tezos/TezosGetPublicKey.d.ts.map +1 -0
  206. package/dist/api/tezos/TezosSignTx.d.ts +12 -0
  207. package/dist/api/tezos/TezosSignTx.d.ts.map +1 -0
  208. package/dist/api/utils.d.ts +6 -1
  209. package/dist/api/utils.d.ts.map +1 -1
  210. package/dist/core/index.d.ts +10 -4
  211. package/dist/core/index.d.ts.map +1 -1
  212. package/dist/index.d.ts +722 -41
  213. package/dist/index.d.ts.map +1 -1
  214. package/dist/index.js +2635 -54
  215. package/dist/inject.d.ts +6 -2
  216. package/dist/inject.d.ts.map +1 -1
  217. package/dist/protocols/protocol-v2/firmware.d.ts.map +1 -1
  218. package/dist/types/api/binanceGetAddress.d.ts +11 -0
  219. package/dist/types/api/binanceGetAddress.d.ts.map +1 -0
  220. package/dist/types/api/binanceGetPublicKey.d.ts +11 -0
  221. package/dist/types/api/binanceGetPublicKey.d.ts.map +1 -0
  222. package/dist/types/api/binanceSignTx.d.ts +7 -0
  223. package/dist/types/api/binanceSignTx.d.ts.map +1 -0
  224. package/dist/types/api/bixinBackupDevice.d.ts +4 -0
  225. package/dist/types/api/bixinBackupDevice.d.ts.map +1 -0
  226. package/dist/types/api/bixinLoadDevice.d.ts +4 -0
  227. package/dist/types/api/bixinLoadDevice.d.ts.map +1 -0
  228. package/dist/types/api/bixinMessageSE.d.ts +4 -0
  229. package/dist/types/api/bixinMessageSE.d.ts.map +1 -0
  230. package/dist/types/api/bixinVerifyDeviceRequest.d.ts +4 -0
  231. package/dist/types/api/bixinVerifyDeviceRequest.d.ts.map +1 -0
  232. package/dist/types/api/btcAuthorizeCoinJoin.d.ts +13 -0
  233. package/dist/types/api/btcAuthorizeCoinJoin.d.ts.map +1 -0
  234. package/dist/types/api/btcGetOwnershipId.d.ts +10 -0
  235. package/dist/types/api/btcGetOwnershipId.d.ts.map +1 -0
  236. package/dist/types/api/btcGetOwnershipProof.d.ts +13 -0
  237. package/dist/types/api/btcGetOwnershipProof.d.ts.map +1 -0
  238. package/dist/types/api/cryptoBatchGetPublickeys.d.ts +12 -0
  239. package/dist/types/api/cryptoBatchGetPublickeys.d.ts.map +1 -0
  240. package/dist/types/api/cryptoCipherKeyValue.d.ts +13 -0
  241. package/dist/types/api/cryptoCipherKeyValue.d.ts.map +1 -0
  242. package/dist/types/api/cryptoCosiCommit.d.ts +8 -0
  243. package/dist/types/api/cryptoCosiCommit.d.ts.map +1 -0
  244. package/dist/types/api/cryptoCosiSign.d.ts +10 -0
  245. package/dist/types/api/cryptoCosiSign.d.ts.map +1 -0
  246. package/dist/types/api/cryptoGetECDHSessionKey.d.ts +4 -0
  247. package/dist/types/api/cryptoGetECDHSessionKey.d.ts.map +1 -0
  248. package/dist/types/api/cryptoSignIdentity.d.ts +4 -0
  249. package/dist/types/api/cryptoSignIdentity.d.ts.map +1 -0
  250. package/dist/types/api/debugLinkDecision.d.ts +4 -0
  251. package/dist/types/api/debugLinkDecision.d.ts.map +1 -0
  252. package/dist/types/api/debugLinkEraseSdCard.d.ts +4 -0
  253. package/dist/types/api/debugLinkEraseSdCard.d.ts.map +1 -0
  254. package/dist/types/api/debugLinkFlashErase.d.ts +4 -0
  255. package/dist/types/api/debugLinkFlashErase.d.ts.map +1 -0
  256. package/dist/types/api/debugLinkGetState.d.ts +4 -0
  257. package/dist/types/api/debugLinkGetState.d.ts.map +1 -0
  258. package/dist/types/api/debugLinkMemoryRead.d.ts +4 -0
  259. package/dist/types/api/debugLinkMemoryRead.d.ts.map +1 -0
  260. package/dist/types/api/debugLinkMemoryWrite.d.ts +4 -0
  261. package/dist/types/api/debugLinkMemoryWrite.d.ts.map +1 -0
  262. package/dist/types/api/debugLinkRecordScreen.d.ts +4 -0
  263. package/dist/types/api/debugLinkRecordScreen.d.ts.map +1 -0
  264. package/dist/types/api/debugLinkReseedRandom.d.ts +4 -0
  265. package/dist/types/api/debugLinkReseedRandom.d.ts.map +1 -0
  266. package/dist/types/api/debugLinkStop.d.ts +4 -0
  267. package/dist/types/api/debugLinkStop.d.ts.map +1 -0
  268. package/dist/types/api/debugLinkWatchLayout.d.ts +4 -0
  269. package/dist/types/api/debugLinkWatchLayout.d.ts.map +1 -0
  270. package/dist/types/api/detectDeviceConnectProtocol.d.ts.map +1 -1
  271. package/dist/types/api/deviceCancelAuthorization.d.ts +4 -0
  272. package/dist/types/api/deviceCancelAuthorization.d.ts.map +1 -0
  273. package/dist/types/api/deviceChangeWipeCode.d.ts +4 -0
  274. package/dist/types/api/deviceChangeWipeCode.d.ts.map +1 -0
  275. package/dist/types/api/deviceDoPreauthorized.d.ts +4 -0
  276. package/dist/types/api/deviceDoPreauthorized.d.ts.map +1 -0
  277. package/dist/types/api/deviceEndSession.d.ts +4 -0
  278. package/dist/types/api/deviceEndSession.d.ts.map +1 -0
  279. package/dist/types/api/deviceGetEntropy.d.ts +4 -0
  280. package/dist/types/api/deviceGetEntropy.d.ts.map +1 -0
  281. package/dist/types/api/deviceGetFirmwareHash.d.ts +4 -0
  282. package/dist/types/api/deviceGetFirmwareHash.d.ts.map +1 -0
  283. package/dist/types/api/deviceGetInfo.d.ts +4 -0
  284. package/dist/types/api/deviceGetInfo.d.ts.map +1 -0
  285. package/dist/types/api/deviceInfoSettings.d.ts +4 -0
  286. package/dist/types/api/deviceInfoSettings.d.ts.map +1 -0
  287. package/dist/types/api/deviceLoad.d.ts +16 -0
  288. package/dist/types/api/deviceLoad.d.ts.map +1 -0
  289. package/dist/types/api/devicePing.d.ts +4 -0
  290. package/dist/types/api/devicePing.d.ts.map +1 -0
  291. package/dist/types/api/deviceReadSEPublicCert.d.ts +4 -0
  292. package/dist/types/api/deviceReadSEPublicCert.d.ts.map +1 -0
  293. package/dist/types/api/deviceSESignMessage.d.ts +4 -0
  294. package/dist/types/api/deviceSESignMessage.d.ts.map +1 -0
  295. package/dist/types/api/deviceSdProtect.d.ts +4 -0
  296. package/dist/types/api/deviceSdProtect.d.ts.map +1 -0
  297. package/dist/types/api/deviceSpiFlashRead.d.ts +4 -0
  298. package/dist/types/api/deviceSpiFlashRead.d.ts.map +1 -0
  299. package/dist/types/api/deviceSpiFlashWrite.d.ts +4 -0
  300. package/dist/types/api/deviceSpiFlashWrite.d.ts.map +1 -0
  301. package/dist/types/api/deviceUnlockPath.d.ts +11 -0
  302. package/dist/types/api/deviceUnlockPath.d.ts.map +1 -0
  303. package/dist/types/api/deviceWriteSEPrivateKey.d.ts +4 -0
  304. package/dist/types/api/deviceWriteSEPrivateKey.d.ts.map +1 -0
  305. package/dist/types/api/deviceWriteSEPublicCert.d.ts +4 -0
  306. package/dist/types/api/deviceWriteSEPublicCert.d.ts.map +1 -0
  307. package/dist/types/api/emmcDirList.d.ts +4 -0
  308. package/dist/types/api/emmcDirList.d.ts.map +1 -0
  309. package/dist/types/api/emmcDirMake.d.ts +4 -0
  310. package/dist/types/api/emmcDirMake.d.ts.map +1 -0
  311. package/dist/types/api/emmcDirRemove.d.ts +4 -0
  312. package/dist/types/api/emmcDirRemove.d.ts.map +1 -0
  313. package/dist/types/api/emmcFileDelete.d.ts +4 -0
  314. package/dist/types/api/emmcFileDelete.d.ts.map +1 -0
  315. package/dist/types/api/emmcFileRead.d.ts +4 -0
  316. package/dist/types/api/emmcFileRead.d.ts.map +1 -0
  317. package/dist/types/api/emmcFileWrite.d.ts +4 -0
  318. package/dist/types/api/emmcFileWrite.d.ts.map +1 -0
  319. package/dist/types/api/emmcFixPermission.d.ts +4 -0
  320. package/dist/types/api/emmcFixPermission.d.ts.map +1 -0
  321. package/dist/types/api/emmcPathInfo.d.ts +4 -0
  322. package/dist/types/api/emmcPathInfo.d.ts.map +1 -0
  323. package/dist/types/api/eosGetPublicKey.d.ts +8 -0
  324. package/dist/types/api/eosGetPublicKey.d.ts.map +1 -0
  325. package/dist/types/api/eosSignTx.d.ts +7 -0
  326. package/dist/types/api/eosSignTx.d.ts.map +1 -0
  327. package/dist/types/api/evmGetAddressTrezor.d.ts +15 -0
  328. package/dist/types/api/evmGetAddressTrezor.d.ts.map +1 -0
  329. package/dist/types/api/evmGetPublicKeyTrezor.d.ts +20 -0
  330. package/dist/types/api/evmGetPublicKeyTrezor.d.ts.map +1 -0
  331. package/dist/types/api/evmSignMessageTrezor.d.ts +9 -0
  332. package/dist/types/api/evmSignMessageTrezor.d.ts.map +1 -0
  333. package/dist/types/api/evmSignTransactionTrezor.d.ts +40 -0
  334. package/dist/types/api/evmSignTransactionTrezor.d.ts.map +1 -0
  335. package/dist/types/api/evmSignTypedDataTrezor.d.ts +34 -0
  336. package/dist/types/api/evmSignTypedDataTrezor.d.ts.map +1 -0
  337. package/dist/types/api/evmVerifyMessageTrezor.d.ts +10 -0
  338. package/dist/types/api/evmVerifyMessageTrezor.d.ts.map +1 -0
  339. package/dist/types/api/firmwareErase.d.ts +4 -0
  340. package/dist/types/api/firmwareErase.d.ts.map +1 -0
  341. package/dist/types/api/firmwareEraseEx.d.ts +4 -0
  342. package/dist/types/api/firmwareEraseEx.d.ts.map +1 -0
  343. package/dist/types/api/firmwareUpdateEmmcTest.d.ts +4 -0
  344. package/dist/types/api/firmwareUpdateEmmcTest.d.ts.map +1 -0
  345. package/dist/types/api/firmwareUploadTest.d.ts +4 -0
  346. package/dist/types/api/firmwareUploadTest.d.ts.map +1 -0
  347. package/dist/types/api/getPublicKeyMultiple.d.ts +4 -0
  348. package/dist/types/api/getPublicKeyMultiple.d.ts.map +1 -0
  349. package/dist/types/api/index.d.ts +176 -3
  350. package/dist/types/api/index.d.ts.map +1 -1
  351. package/dist/types/api/listResDir.d.ts +4 -0
  352. package/dist/types/api/listResDir.d.ts.map +1 -0
  353. package/dist/types/api/moneroGetAddress.d.ts +14 -0
  354. package/dist/types/api/moneroGetAddress.d.ts.map +1 -0
  355. package/dist/types/api/moneroGetWatchKey.d.ts +14 -0
  356. package/dist/types/api/moneroGetWatchKey.d.ts.map +1 -0
  357. package/dist/types/api/nemDecryptMessage.d.ts +10 -0
  358. package/dist/types/api/nemDecryptMessage.d.ts.map +1 -0
  359. package/dist/types/api/nftWriteData.d.ts +4 -0
  360. package/dist/types/api/nftWriteData.d.ts.map +1 -0
  361. package/dist/types/api/nftWriteInfo.d.ts +4 -0
  362. package/dist/types/api/nftWriteInfo.d.ts.map +1 -0
  363. package/dist/types/api/protocolV2.d.ts +8 -2
  364. package/dist/types/api/protocolV2.d.ts.map +1 -1
  365. package/dist/types/api/readSEPublicKey.d.ts +4 -0
  366. package/dist/types/api/readSEPublicKey.d.ts.map +1 -0
  367. package/dist/types/api/reboot.d.ts +4 -0
  368. package/dist/types/api/reboot.d.ts.map +1 -0
  369. package/dist/types/api/resourceUpdate.d.ts +7 -0
  370. package/dist/types/api/resourceUpdate.d.ts.map +1 -0
  371. package/dist/types/api/selfTest.d.ts +4 -0
  372. package/dist/types/api/selfTest.d.ts.map +1 -0
  373. package/dist/types/api/tezosGetAddress.d.ts +14 -0
  374. package/dist/types/api/tezosGetAddress.d.ts.map +1 -0
  375. package/dist/types/api/tezosGetPublicKey.d.ts +14 -0
  376. package/dist/types/api/tezosGetPublicKey.d.ts.map +1 -0
  377. package/dist/types/api/tezosSignTx.d.ts +7 -0
  378. package/dist/types/api/tezosSignTx.d.ts.map +1 -0
  379. package/dist/types/api/webAuthnAddResidentCredential.d.ts +4 -0
  380. package/dist/types/api/webAuthnAddResidentCredential.d.ts.map +1 -0
  381. package/dist/types/api/webAuthnListResidentCredentials.d.ts +4 -0
  382. package/dist/types/api/webAuthnListResidentCredentials.d.ts.map +1 -0
  383. package/dist/types/api/webAuthnRemoveResidentCredential.d.ts +4 -0
  384. package/dist/types/api/webAuthnRemoveResidentCredential.d.ts.map +1 -0
  385. package/dist/utils/patch.d.ts +1 -1
  386. package/dist/utils/patch.d.ts.map +1 -1
  387. package/package.json +4 -4
  388. package/src/api/BixinBackupDevice.ts +15 -0
  389. package/src/api/BixinLoadDevice.ts +22 -0
  390. package/src/api/BixinMessageSE.ts +22 -0
  391. package/src/api/BixinVerifyDeviceRequest.ts +22 -0
  392. package/src/api/FirmwareUpdateV4.ts +15 -10
  393. package/src/api/WebAuthnAddResidentCredential.ts +22 -0
  394. package/src/api/WebAuthnListResidentCredentials.ts +24 -0
  395. package/src/api/WebAuthnRemoveResidentCredential.ts +22 -0
  396. package/src/api/binance/BinanceGetAddress.ts +26 -0
  397. package/src/api/binance/BinanceGetPublicKey.ts +26 -0
  398. package/src/api/binance/BinanceSignTx.ts +35 -0
  399. package/src/api/btc/BTCAuthorizeCoinJoin.ts +37 -0
  400. package/src/api/btc/BTCGetOwnershipId.ts +34 -0
  401. package/src/api/btc/BTCGetOwnershipProof.ts +37 -0
  402. package/src/api/crypto/CryptoBatchGetPublickeys.ts +30 -0
  403. package/src/api/crypto/CryptoCipherKeyValue.ts +29 -0
  404. package/src/api/crypto/CryptoCosiCommit.ts +24 -0
  405. package/src/api/crypto/CryptoCosiSign.ts +26 -0
  406. package/src/api/crypto/CryptoGetECDHSessionKey.ts +24 -0
  407. package/src/api/crypto/CryptoSignIdentity.ts +25 -0
  408. package/src/api/debug/DebugLinkDecision.ts +25 -0
  409. package/src/api/debug/DebugLinkEraseSdCard.ts +23 -0
  410. package/src/api/debug/DebugLinkFlashErase.ts +23 -0
  411. package/src/api/debug/DebugLinkGetState.ts +21 -0
  412. package/src/api/debug/DebugLinkMemoryRead.ts +24 -0
  413. package/src/api/debug/DebugLinkMemoryWrite.ts +25 -0
  414. package/src/api/debug/DebugLinkRecordScreen.ts +23 -0
  415. package/src/api/debug/DebugLinkReseedRandom.ts +23 -0
  416. package/src/api/debug/DebugLinkStop.ts +25 -0
  417. package/src/api/debug/DebugLinkWatchLayout.ts +23 -0
  418. package/src/api/device/DeviceVerify.ts +2 -0
  419. package/src/api/emmc/EmmcDirList.ts +20 -0
  420. package/src/api/emmc/EmmcDirMake.ts +20 -0
  421. package/src/api/emmc/EmmcDirRemove.ts +20 -0
  422. package/src/api/emmc/EmmcFileDelete.ts +20 -0
  423. package/src/api/emmc/EmmcFileRead.ts +21 -0
  424. package/src/api/emmc/EmmcFileWrite.ts +23 -0
  425. package/src/api/emmc/EmmcFixPermission.ts +17 -0
  426. package/src/api/emmc/EmmcPathInfo.ts +20 -0
  427. package/src/api/eos/EosGetPublicKey.ts +26 -0
  428. package/src/api/eos/EosSignTx.ts +40 -0
  429. package/src/api/evmTrezor/EVMGetAddress.ts +75 -0
  430. package/src/api/evmTrezor/EVMGetPublicKey.ts +106 -0
  431. package/src/api/evmTrezor/EVMSignMessage.ts +40 -0
  432. package/src/api/evmTrezor/EVMSignTransaction.ts +83 -0
  433. package/src/api/evmTrezor/EVMSignTypedData.ts +366 -0
  434. package/src/api/evmTrezor/EVMVerifyMessage.ts +37 -0
  435. package/src/api/evmTrezor/legacyV1/getAddress.ts +16 -0
  436. package/src/api/evmTrezor/legacyV1/getPublicKey.ts +20 -0
  437. package/src/api/evmTrezor/legacyV1/signMessage.ts +22 -0
  438. package/src/api/evmTrezor/legacyV1/signTransaction.ts +24 -0
  439. package/src/api/evmTrezor/legacyV1/signTypedData.ts +36 -0
  440. package/src/api/evmTrezor/legacyV1/signTypedHash.ts +48 -0
  441. package/src/api/evmTrezor/legacyV1/verifyMessage.ts +19 -0
  442. package/src/api/extensionMethodNames.ts +88 -0
  443. package/src/api/factoryMethods.ts +2 -0
  444. package/src/api/firmware/FirmwareErase.ts +18 -0
  445. package/src/api/firmware/FirmwareEraseEx.ts +18 -0
  446. package/src/api/firmware/FirmwareUpdateEmmcTest.ts +18 -0
  447. package/src/api/firmware/FirmwareUploadTest.ts +17 -0
  448. package/src/api/firmware/Reboot.ts +17 -0
  449. package/src/api/firmware/SelfTest.ts +17 -0
  450. package/src/api/helpers/protocolV2FileWrite.ts +16 -3
  451. package/src/api/index.ts +3 -0
  452. package/src/api/manager/DeviceCancelAuthorization.ts +15 -0
  453. package/src/api/manager/DeviceChangeWipeCode.ts +19 -0
  454. package/src/api/manager/DeviceDoPreauthorized.ts +15 -0
  455. package/src/api/manager/DeviceEndSession.ts +19 -0
  456. package/src/api/manager/DeviceGetEntropy.ts +19 -0
  457. package/src/api/manager/DeviceGetFirmwareHash.ts +23 -0
  458. package/src/api/manager/DeviceInfoSettings.ts +23 -0
  459. package/src/api/manager/DeviceLoad.ts +27 -0
  460. package/src/api/manager/DevicePing.ts +19 -0
  461. package/src/api/manager/DeviceReadSEPublicCert.ts +18 -0
  462. package/src/api/manager/DeviceSESignMessage.ts +23 -0
  463. package/src/api/manager/DeviceSdProtect.ts +18 -0
  464. package/src/api/manager/DeviceSpiFlashRead.ts +22 -0
  465. package/src/api/manager/DeviceSpiFlashWrite.ts +22 -0
  466. package/src/api/manager/DeviceUnlockPath.ts +26 -0
  467. package/src/api/manager/DeviceWriteSEPrivateKey.ts +23 -0
  468. package/src/api/manager/DeviceWriteSEPublicCert.ts +23 -0
  469. package/src/api/manager/GetDeviceInfoSettings.ts +20 -0
  470. package/src/api/manager/GetPublicKeyMultiple.ts +24 -0
  471. package/src/api/manager/ListResDir.ts +19 -0
  472. package/src/api/manager/NFTWriteData.ts +21 -0
  473. package/src/api/manager/NFTWriteInfo.ts +23 -0
  474. package/src/api/manager/ReadSEPublicKey.ts +20 -0
  475. package/src/api/manager/ResourceUpdate.ts +22 -0
  476. package/src/api/methodExtension.ts +27 -0
  477. package/src/api/monero/MoneroGetAddress.ts +64 -0
  478. package/src/api/monero/MoneroGetWatchKey.ts +59 -0
  479. package/src/api/nem/NEMDecryptMessage.ts +29 -0
  480. package/src/api/protocol-v2/DeviceFactoryCertificateRead.ts +25 -0
  481. package/src/api/protocol-v2/DeviceFactoryCertificateWrite.ts +30 -0
  482. package/src/api/protocol-v2/DeviceFactoryChallengeSign.ts +28 -0
  483. package/src/api/protocol-v2/DeviceFactoryInfoGet.ts +3 -0
  484. package/src/api/protocol-v2/DeviceFactoryInfoSet.ts +6 -7
  485. package/src/api/protocol-v2/helpers.ts +152 -5
  486. package/src/api/testMethods.ts +95 -0
  487. package/src/api/tezos/TezosGetAddress.ts +64 -0
  488. package/src/api/tezos/TezosGetPublicKey.ts +63 -0
  489. package/src/api/tezos/TezosSignTx.ts +44 -0
  490. package/src/api/utils.ts +46 -1
  491. package/src/core/index.ts +22 -7
  492. package/src/index.ts +5 -0
  493. package/src/inject.ts +209 -7
  494. package/src/protocols/protocol-v2/firmware.ts +2 -0
  495. package/src/types/api/binanceGetAddress.ts +17 -0
  496. package/src/types/api/binanceGetPublicKey.ts +17 -0
  497. package/src/types/api/binanceSignTx.ts +15 -0
  498. package/src/types/api/bixinBackupDevice.ts +8 -0
  499. package/src/types/api/bixinLoadDevice.ts +8 -0
  500. package/src/types/api/bixinMessageSE.ts +8 -0
  501. package/src/types/api/bixinVerifyDeviceRequest.ts +8 -0
  502. package/src/types/api/btcAuthorizeCoinJoin.ts +18 -0
  503. package/src/types/api/btcGetOwnershipId.ts +19 -0
  504. package/src/types/api/btcGetOwnershipProof.ts +22 -0
  505. package/src/types/api/cryptoBatchGetPublickeys.ts +18 -0
  506. package/src/types/api/cryptoCipherKeyValue.ts +18 -0
  507. package/src/types/api/cryptoCosiCommit.ts +13 -0
  508. package/src/types/api/cryptoCosiSign.ts +15 -0
  509. package/src/types/api/cryptoGetECDHSessionKey.ts +8 -0
  510. package/src/types/api/cryptoSignIdentity.ts +8 -0
  511. package/src/types/api/debugLinkDecision.ts +7 -0
  512. package/src/types/api/debugLinkEraseSdCard.ts +7 -0
  513. package/src/types/api/debugLinkFlashErase.ts +7 -0
  514. package/src/types/api/debugLinkGetState.ts +7 -0
  515. package/src/types/api/debugLinkMemoryRead.ts +7 -0
  516. package/src/types/api/debugLinkMemoryWrite.ts +7 -0
  517. package/src/types/api/debugLinkRecordScreen.ts +7 -0
  518. package/src/types/api/debugLinkReseedRandom.ts +7 -0
  519. package/src/types/api/debugLinkStop.ts +7 -0
  520. package/src/types/api/debugLinkWatchLayout.ts +7 -0
  521. package/src/types/api/detectDeviceConnectProtocol.ts +0 -1
  522. package/src/types/api/deviceCancelAuthorization.ts +7 -0
  523. package/src/types/api/deviceChangeWipeCode.ts +7 -0
  524. package/src/types/api/deviceDoPreauthorized.ts +7 -0
  525. package/src/types/api/deviceEndSession.ts +7 -0
  526. package/src/types/api/deviceGetEntropy.ts +7 -0
  527. package/src/types/api/deviceGetFirmwareHash.ts +7 -0
  528. package/src/types/api/deviceGetInfo.ts +7 -0
  529. package/src/types/api/deviceInfoSettings.ts +7 -0
  530. package/src/types/api/deviceLoad.ts +19 -0
  531. package/src/types/api/devicePing.ts +7 -0
  532. package/src/types/api/deviceReadSEPublicCert.ts +7 -0
  533. package/src/types/api/deviceSESignMessage.ts +7 -0
  534. package/src/types/api/deviceSdProtect.ts +7 -0
  535. package/src/types/api/deviceSpiFlashRead.ts +7 -0
  536. package/src/types/api/deviceSpiFlashWrite.ts +7 -0
  537. package/src/types/api/deviceUnlockPath.ts +16 -0
  538. package/src/types/api/deviceWriteSEPrivateKey.ts +7 -0
  539. package/src/types/api/deviceWriteSEPublicCert.ts +7 -0
  540. package/src/types/api/emmcDirList.ts +7 -0
  541. package/src/types/api/emmcDirMake.ts +7 -0
  542. package/src/types/api/emmcDirRemove.ts +7 -0
  543. package/src/types/api/emmcFileDelete.ts +7 -0
  544. package/src/types/api/emmcFileRead.ts +7 -0
  545. package/src/types/api/emmcFileWrite.ts +7 -0
  546. package/src/types/api/emmcFixPermission.ts +7 -0
  547. package/src/types/api/emmcPathInfo.ts +7 -0
  548. package/src/types/api/eosGetPublicKey.ts +13 -0
  549. package/src/types/api/eosSignTx.ts +12 -0
  550. package/src/types/api/evmGetAddressTrezor.ts +24 -0
  551. package/src/types/api/evmGetPublicKeyTrezor.ts +31 -0
  552. package/src/types/api/evmSignMessageTrezor.ts +14 -0
  553. package/src/types/api/evmSignTransactionTrezor.ts +49 -0
  554. package/src/types/api/evmSignTypedDataTrezor.ts +42 -0
  555. package/src/types/api/evmVerifyMessageTrezor.ts +15 -0
  556. package/src/types/api/firmwareErase.ts +4 -0
  557. package/src/types/api/firmwareEraseEx.ts +7 -0
  558. package/src/types/api/firmwareUpdateEmmcTest.ts +7 -0
  559. package/src/types/api/firmwareUploadTest.ts +7 -0
  560. package/src/types/api/getPublicKeyMultiple.ts +11 -0
  561. package/src/types/api/index.ts +288 -2
  562. package/src/types/api/listResDir.ts +8 -0
  563. package/src/types/api/moneroGetAddress.ts +23 -0
  564. package/src/types/api/moneroGetWatchKey.ts +26 -0
  565. package/src/types/api/nemDecryptMessage.ts +15 -0
  566. package/src/types/api/nftWriteData.ts +8 -0
  567. package/src/types/api/nftWriteInfo.ts +8 -0
  568. package/src/types/api/protocolV2.ts +43 -2
  569. package/src/types/api/readSEPublicKey.ts +8 -0
  570. package/src/types/api/reboot.ts +4 -0
  571. package/src/types/api/resourceUpdate.ts +11 -0
  572. package/src/types/api/selfTest.ts +7 -0
  573. package/src/types/api/tezosGetAddress.ts +23 -0
  574. package/src/types/api/tezosGetPublicKey.ts +23 -0
  575. package/src/types/api/tezosSignTx.ts +12 -0
  576. package/src/types/api/webAuthnAddResidentCredential.ts +8 -0
  577. package/src/types/api/webAuthnListResidentCredentials.ts +8 -0
  578. package/src/types/api/webAuthnRemoveResidentCredential.ts +8 -0
@@ -0,0 +1,26 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { BinanceGetPublicKey as HardwareBinanceGetPublicKey } from '@onekeyfe/hd-transport';
6
+
7
+ export default class BinanceGetPublicKey extends BaseMethod<HardwareBinanceGetPublicKey> {
8
+ hasBundle = false;
9
+
10
+ init() {
11
+ this.checkDeviceId = true;
12
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
13
+
14
+ // init params
15
+ this.params = {
16
+ address_n: validatePath(this.payload.path, 3),
17
+ show_display: this.payload.showOnOneKey ?? true,
18
+ };
19
+ }
20
+
21
+ async run() {
22
+ return this.device.commands.typedCall('BinanceGetPublicKey', 'BinancePublicKey', {
23
+ ...this.params,
24
+ });
25
+ }
26
+ }
@@ -0,0 +1,35 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { BinanceSignTx as HardwareBinanceSignTx } from '@onekeyfe/hd-transport';
6
+
7
+ export default class BinanceSignTx extends BaseMethod<HardwareBinanceSignTx> {
8
+ init() {
9
+ this.checkDeviceId = true;
10
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
11
+
12
+ const { path } = this.payload;
13
+
14
+ const addressN = validatePath(path, 3);
15
+
16
+ // init params
17
+ this.params = {
18
+ address_n: addressN,
19
+ msg_count: this.payload.msg_count,
20
+ account_number: this.payload.account_number,
21
+ chain_id: this.payload.chain_id,
22
+ memo: this.payload.memo,
23
+ sequence: this.payload.sequence,
24
+ source: this.payload.source,
25
+ };
26
+ }
27
+
28
+ async run() {
29
+ const res = await this.device.commands.typedCall('BinanceSignTx', 'BinanceTxRequest', {
30
+ ...this.params,
31
+ });
32
+
33
+ return Promise.resolve(res.message);
34
+ }
35
+ }
@@ -0,0 +1,37 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+ import { getCoinAndScriptType } from './helpers/btcParamsUtils';
5
+
6
+ import type { AuthorizeCoinJoin } from '@onekeyfe/hd-transport';
7
+
8
+ export default class BTCAuthorizeCoinJoin extends BaseMethod<AuthorizeCoinJoin> {
9
+ init() {
10
+ this.checkDeviceId = true;
11
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
12
+
13
+ const { path, coin } = this.payload;
14
+
15
+ const addressN = validatePath(path);
16
+
17
+ const { coinName, scriptType } = getCoinAndScriptType(addressN, coin, false);
18
+
19
+ this.params = {
20
+ address_n: addressN,
21
+ coin_name: coinName,
22
+ script_type: scriptType || 'SPENDADDRESS',
23
+ coordinator: this.payload.coordinator,
24
+ max_total_fee: this.payload.max_total_fee,
25
+ fee_per_anonymity: this.payload.fee_per_anonymity,
26
+ amount_unit: this.payload.amount_unit,
27
+ };
28
+ }
29
+
30
+ async run() {
31
+ const res = await this.device.commands.typedCall('AuthorizeCoinJoin', 'Success', {
32
+ ...this.params,
33
+ });
34
+
35
+ return Promise.resolve(res.message);
36
+ }
37
+ }
@@ -0,0 +1,34 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+ import { getCoinAndScriptType } from './helpers/btcParamsUtils';
5
+
6
+ import type { GetOwnershipId } from '@onekeyfe/hd-transport';
7
+
8
+ export default class BTCGetOwnershipId extends BaseMethod<GetOwnershipId> {
9
+ init() {
10
+ this.checkDeviceId = true;
11
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
12
+
13
+ const { path, coin } = this.payload;
14
+
15
+ const addressN = validatePath(path);
16
+
17
+ const { coinName, scriptType } = getCoinAndScriptType(addressN, coin, false);
18
+
19
+ this.params = {
20
+ address_n: addressN,
21
+ coin_name: coinName,
22
+ multisig: this.payload.multisig,
23
+ script_type: scriptType || 'SPENDADDRESS',
24
+ };
25
+ }
26
+
27
+ async run() {
28
+ const res = await this.device.commands.typedCall('GetOwnershipId', 'OwnershipId', {
29
+ ...this.params,
30
+ });
31
+
32
+ return Promise.resolve(res.message);
33
+ }
34
+ }
@@ -0,0 +1,37 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+ import { getCoinAndScriptType } from './helpers/btcParamsUtils';
5
+
6
+ import type { GetOwnershipProof } from '@onekeyfe/hd-transport';
7
+
8
+ export default class BTCGetOwnershipProof extends BaseMethod<GetOwnershipProof> {
9
+ init() {
10
+ this.checkDeviceId = true;
11
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
12
+
13
+ const { path, coin } = this.payload;
14
+
15
+ const addressN = validatePath(path);
16
+
17
+ const { coinName, scriptType } = getCoinAndScriptType(addressN, coin, false);
18
+
19
+ this.params = {
20
+ address_n: addressN,
21
+ coin_name: coinName,
22
+ multisig: this.payload.multisig,
23
+ script_type: scriptType || 'SPENDADDRESS',
24
+ user_confirmation: this.payload.user_confirmation,
25
+ ownership_ids: this.payload.ownership_ids,
26
+ commitment_data: this.payload.commitment_data,
27
+ };
28
+ }
29
+
30
+ async run() {
31
+ const res = await this.device.commands.typedCall('GetOwnershipProof', 'OwnershipProof', {
32
+ ...this.params,
33
+ });
34
+
35
+ return Promise.resolve(res.message);
36
+ }
37
+ }
@@ -0,0 +1,30 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { BatchGetPublickeys } from '@onekeyfe/hd-transport';
6
+
7
+ export default class CryptoBatchGetPublickeys extends BaseMethod<BatchGetPublickeys> {
8
+ hasBundle = false;
9
+
10
+ init() {
11
+ this.checkDeviceId = true;
12
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
13
+
14
+ // init params
15
+ this.params = {
16
+ ecdsa_curve_name: this.payload.ecdsa_curve_name,
17
+ paths: this.payload.paths.map((path: string) => {
18
+ const addressN = validatePath(path);
19
+ return {
20
+ address_n: addressN,
21
+ show_display: this.payload.show_display,
22
+ };
23
+ }),
24
+ };
25
+ }
26
+
27
+ async run() {
28
+ return this.device.commands.typedCall('BatchGetPublickeys', 'EcdsaPublicKeys', this.params);
29
+ }
30
+ }
@@ -0,0 +1,29 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { CipherKeyValue } from '@onekeyfe/hd-transport';
6
+
7
+ export default class CryptoCipherKeyValue extends BaseMethod<CipherKeyValue> {
8
+ hasBundle = false;
9
+
10
+ init() {
11
+ this.checkDeviceId = true;
12
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
13
+ const addressN = validatePath(this.payload.path);
14
+ // init params
15
+ this.params = {
16
+ address_n: addressN,
17
+ key: this.payload.key,
18
+ value: this.payload.key,
19
+ encrypt: this.payload.key,
20
+ ask_on_encrypt: this.payload.key,
21
+ ask_on_decrypt: this.payload.key,
22
+ iv: this.payload.key,
23
+ };
24
+ }
25
+
26
+ async run() {
27
+ return this.device.commands.typedCall('CipherKeyValue', 'CipheredKeyValue', this.params);
28
+ }
29
+ }
@@ -0,0 +1,24 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { CosiCommit } from '@onekeyfe/hd-transport';
6
+
7
+ export default class CryptoCosiCommit extends BaseMethod<CosiCommit> {
8
+ hasBundle = false;
9
+
10
+ init() {
11
+ this.checkDeviceId = true;
12
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
13
+ const addressN = validatePath(this.payload.path);
14
+ // init params
15
+ this.params = {
16
+ address_n: addressN,
17
+ data: this.payload.data,
18
+ };
19
+ }
20
+
21
+ async run() {
22
+ return this.device.commands.typedCall('CosiCommit', 'CosiCommitment', this.params);
23
+ }
24
+ }
@@ -0,0 +1,26 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { validatePath } from '../helpers/pathUtils';
3
+ import { BaseMethod } from '../BaseMethod';
4
+
5
+ import type { CosiSign } from '@onekeyfe/hd-transport';
6
+
7
+ export default class CryptoCosiSign extends BaseMethod<CosiSign> {
8
+ hasBundle = false;
9
+
10
+ init() {
11
+ this.checkDeviceId = true;
12
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
13
+ const addressN = validatePath(this.payload.path);
14
+ // init params
15
+ this.params = {
16
+ address_n: addressN,
17
+ data: this.payload.data,
18
+ global_commitment: this.payload.global_commitment,
19
+ global_pubkey: this.payload.global_pubkey,
20
+ };
21
+ }
22
+
23
+ async run() {
24
+ return this.device.commands.typedCall('CosiSign', 'CosiSignature', this.params);
25
+ }
26
+ }
@@ -0,0 +1,24 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { BaseMethod } from '../BaseMethod';
3
+
4
+ import type { GetECDHSessionKey } from '@onekeyfe/hd-transport';
5
+
6
+ export default class CryptoGetECDHSessionKey extends BaseMethod<GetECDHSessionKey> {
7
+ hasBundle = false;
8
+
9
+ init() {
10
+ this.checkDeviceId = true;
11
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
12
+
13
+ // init params
14
+ this.params = {
15
+ identity: this.payload.identity,
16
+ peer_public_key: this.payload.peer_public_key,
17
+ ecdsa_curve_name: this.payload.ecdsa_curve_name,
18
+ };
19
+ }
20
+
21
+ async run() {
22
+ return this.device.commands.typedCall('GetECDHSessionKey', 'ECDHSessionKey', this.params);
23
+ }
24
+ }
@@ -0,0 +1,25 @@
1
+ import { UI_REQUEST } from '../../constants/ui-request';
2
+ import { BaseMethod } from '../BaseMethod';
3
+
4
+ import type { SignIdentity } from '@onekeyfe/hd-transport';
5
+
6
+ export default class CryptoSignIdentity extends BaseMethod<SignIdentity> {
7
+ hasBundle = false;
8
+
9
+ init() {
10
+ this.checkDeviceId = true;
11
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.NOT_INITIALIZE];
12
+
13
+ // init params
14
+ this.params = {
15
+ identity: this.payload.identity,
16
+ challenge_hidden: this.payload.challenge_hidden,
17
+ challenge_visual: this.payload.challenge_visual,
18
+ ecdsa_curve_name: this.payload.ecdsa_curve_name,
19
+ };
20
+ }
21
+
22
+ async run() {
23
+ return this.device.commands.typedCall('SignIdentity', 'ECDHSessionKey', this.params);
24
+ }
25
+ }
@@ -0,0 +1,25 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkDecision as HardwareDebugLinkDecision } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkDecision extends BaseMethod<HardwareDebugLinkDecision> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ yes_no: this.payload.yes_no,
11
+ swipe: this.payload.swipe,
12
+ input: this.payload.input,
13
+ x: this.payload.x,
14
+ y: this.payload.y,
15
+ wait: this.payload.wait,
16
+ hold_ms: this.payload.hold_ms,
17
+ };
18
+ }
19
+
20
+ async run() {
21
+ const res = await this.device.commands.typedCall('DebugLinkDecision', 'Success', this.params);
22
+
23
+ return Promise.resolve(res.message);
24
+ }
25
+ }
@@ -0,0 +1,23 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkEraseSdCard as HardwareDebugLinkEraseSdCard } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkEraseSdCard extends BaseMethod<HardwareDebugLinkEraseSdCard> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ format: this.payload.format,
11
+ };
12
+ }
13
+
14
+ async run() {
15
+ const res = await this.device.commands.typedCall(
16
+ 'DebugLinkEraseSdCard',
17
+ 'Success',
18
+ this.params
19
+ );
20
+
21
+ return Promise.resolve(res.message);
22
+ }
23
+ }
@@ -0,0 +1,23 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkFlashErase as HardwareDebugLinkFlashErase } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkFlashErase extends BaseMethod<HardwareDebugLinkFlashErase> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ sector: this.payload.sector,
11
+ };
12
+ }
13
+
14
+ async run() {
15
+ const res = await this.device.commands.typedCall(
16
+ 'DebugLinkFlashErase',
17
+ 'DebugLinkLayout',
18
+ this.params
19
+ );
20
+
21
+ return Promise.resolve(res.message);
22
+ }
23
+ }
@@ -0,0 +1,21 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkGetState as HardwareDebugLinkGetState } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkGetState extends BaseMethod<HardwareDebugLinkGetState> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {};
10
+ }
11
+
12
+ async run() {
13
+ const res = await this.device.commands.typedCall(
14
+ 'DebugLinkGetState',
15
+ 'DebugLinkLog',
16
+ this.params
17
+ );
18
+
19
+ return Promise.resolve(res.message);
20
+ }
21
+ }
@@ -0,0 +1,24 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkMemoryRead as HardwareDebugLinkMemoryRead } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkMemoryRead extends BaseMethod<HardwareDebugLinkMemoryRead> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ address: this.payload.address,
11
+ length: this.payload.length,
12
+ };
13
+ }
14
+
15
+ async run() {
16
+ const res = await this.device.commands.typedCall(
17
+ 'DebugLinkMemoryRead',
18
+ 'DebugLinkMemory',
19
+ this.params
20
+ );
21
+
22
+ return Promise.resolve(res.message);
23
+ }
24
+ }
@@ -0,0 +1,25 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkMemoryWrite as HardwareDebugLinkMemoryWrite } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkMemoryWrite extends BaseMethod<HardwareDebugLinkMemoryWrite> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ address: this.payload.address,
11
+ memory: this.payload.memory,
12
+ flash: this.payload.flash,
13
+ };
14
+ }
15
+
16
+ async run() {
17
+ const res = await this.device.commands.typedCall(
18
+ 'DebugLinkMemoryWrite',
19
+ 'Success',
20
+ this.params
21
+ );
22
+
23
+ return Promise.resolve(res.message);
24
+ }
25
+ }
@@ -0,0 +1,23 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkRecordScreen as HardwareDebugLinkRecordScreen } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkRecordScreen extends BaseMethod<HardwareDebugLinkRecordScreen> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ target_directory: this.payload.target_directory,
11
+ };
12
+ }
13
+
14
+ async run() {
15
+ const res = await this.device.commands.typedCall(
16
+ 'DebugLinkRecordScreen',
17
+ 'Success',
18
+ this.params
19
+ );
20
+
21
+ return Promise.resolve(res.message);
22
+ }
23
+ }
@@ -0,0 +1,23 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkReseedRandom as HardwareDebugLinkReseedRandom } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkReseedRandom extends BaseMethod<HardwareDebugLinkReseedRandom> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ value: this.payload.value,
11
+ };
12
+ }
13
+
14
+ async run() {
15
+ const res = await this.device.commands.typedCall(
16
+ 'DebugLinkReseedRandom',
17
+ 'Success',
18
+ this.params
19
+ );
20
+
21
+ return Promise.resolve(res.message);
22
+ }
23
+ }
@@ -0,0 +1,25 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkStop as HardwareDebugLinkStop } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkStop extends BaseMethod<HardwareDebugLinkStop> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ wait_word_list: this.payload.wait_word_list,
11
+ wait_word_pos: this.payload.wait_word_pos,
12
+ wait_layout: this.payload.wait_layout,
13
+ };
14
+ }
15
+
16
+ async run() {
17
+ const res = await this.device.commands.typedCall(
18
+ 'DebugLinkGetState',
19
+ 'DebugLinkState',
20
+ this.params
21
+ );
22
+
23
+ return Promise.resolve(res.message);
24
+ }
25
+ }
@@ -0,0 +1,23 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+
3
+ import type { DebugLinkWatchLayout as HardwareDebugLinkWatchLayout } from '@onekeyfe/hd-transport';
4
+
5
+ export default class DebugLinkWatchLayout extends BaseMethod<HardwareDebugLinkWatchLayout> {
6
+ init() {
7
+ this.useDevicePassphraseState = false;
8
+
9
+ this.params = {
10
+ watch: this.payload.watch,
11
+ };
12
+ }
13
+
14
+ async run() {
15
+ const res = await this.device.commands.typedCall(
16
+ 'DebugLinkWatchLayout',
17
+ 'Success',
18
+ this.params
19
+ );
20
+
21
+ return Promise.resolve(res.message);
22
+ }
23
+ }
@@ -6,6 +6,7 @@ import { formatAnyHex } from '../helpers/hexUtils';
6
6
  import { BaseMethod } from '../BaseMethod';
7
7
  import { validateParams, validateResult } from '../helpers/paramsValidator';
8
8
  import { DeviceModelToTypes } from '../../types';
9
+ import { UI_REQUEST } from '../../events';
9
10
 
10
11
  import type { BixinVerifyDeviceRequest } from '@onekeyfe/hd-transport';
11
12
  import type { DeviceVerifySignature } from '../../types';
@@ -13,6 +14,7 @@ import type { DeviceVerifySignature } from '../../types';
13
14
  export default class DeviceVerify extends BaseMethod<BixinVerifyDeviceRequest> {
14
15
  init() {
15
16
  this.useDevicePassphraseState = false;
17
+ this.allowDeviceMode = [UI_REQUEST.BOOTLOADER, UI_REQUEST.NOT_INITIALIZE];
16
18
 
17
19
  // check payload
18
20
  validateParams(this.payload, [{ name: 'dataHex', type: 'hexString' }]);
@@ -0,0 +1,20 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+ import { UI_REQUEST } from '../../constants/ui-request';
3
+
4
+ import type { EmmcDirList as HardwareEmmcDirList } from '@onekeyfe/hd-transport';
5
+
6
+ export default class EmmcDirList extends BaseMethod<HardwareEmmcDirList> {
7
+ init() {
8
+ this.useDevicePassphraseState = false;
9
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.BOOTLOADER];
10
+ this.params = {
11
+ path: this.payload.path,
12
+ };
13
+ }
14
+
15
+ async run() {
16
+ const res = await this.device.commands.typedCall('EmmcDirList', 'EmmcDir', this.params);
17
+
18
+ return Promise.resolve(res.message);
19
+ }
20
+ }
@@ -0,0 +1,20 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+ import { UI_REQUEST } from '../../constants/ui-request';
3
+
4
+ import type { EmmcDirMake as HardwareEmmcDirMake } from '@onekeyfe/hd-transport';
5
+
6
+ export default class EmmcDirMake extends BaseMethod<HardwareEmmcDirMake> {
7
+ init() {
8
+ this.useDevicePassphraseState = false;
9
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.BOOTLOADER];
10
+ this.params = {
11
+ path: this.payload.path,
12
+ };
13
+ }
14
+
15
+ async run() {
16
+ const res = await this.device.commands.typedCall('EmmcDirMake', 'Success', this.params);
17
+
18
+ return Promise.resolve(res.message);
19
+ }
20
+ }
@@ -0,0 +1,20 @@
1
+ import { BaseMethod } from '../BaseMethod';
2
+ import { UI_REQUEST } from '../../constants/ui-request';
3
+
4
+ import type { EmmcDirRemove as HardwareEmmcDirRemove } from '@onekeyfe/hd-transport';
5
+
6
+ export default class EmmcDirRemove extends BaseMethod<HardwareEmmcDirRemove> {
7
+ init() {
8
+ this.useDevicePassphraseState = false;
9
+ this.allowDeviceMode = [...this.allowDeviceMode, UI_REQUEST.BOOTLOADER];
10
+ this.params = {
11
+ path: this.payload.path,
12
+ };
13
+ }
14
+
15
+ async run() {
16
+ const res = await this.device.commands.typedCall('EmmcDirRemove', 'Success', this.params);
17
+
18
+ return Promise.resolve(res.message);
19
+ }
20
+ }