@onekeyfe/hd-core
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -64,3 +64,3 @@ export { default as testInitializeDeviceDuration } from './test/TestInitializeDeviceDuration'; | ||
export { default as solSignTransaction } from './solana/SolSignTransaction'; | ||
export { default as solSignMessage } from './solana/SolSignMessage'; | ||
export { default as solSignOffchainMessage } from './solana/SolSignOffchainMessage'; | ||
export { default as stellarGetAddress } from './stellar/StellarGetAddress'; | ||
@@ -67,0 +67,0 @@ export { default as stellarSignTransaction } from './stellar/StellarSignTransaction'; |
@@ -33,3 +33,3 @@ export type { BTCAddress, BTCGetAddressParams } from './btcGetAddress'; | ||
export type { SolanaSignedTx, SolanaSignTransactionParams } from './solSignTransaction'; | ||
export type { SolSignedMessage, SolSignMessageParams } from './solSignMessage'; | ||
export type { SolSignOffchainMessageResponse, SolSignOffchainMessageParams, } from './solSignOffchainMessage'; | ||
export type { StellarAddress, StellarGetAddressParams } from './stellarGetAddress'; | ||
@@ -36,0 +36,0 @@ export type { StellarAsset, StellarOperation, StellarTransaction, StellarSignTransactionParams, } from './stellarSignTransaction'; |
@@ -62,3 +62,3 @@ import { off, on, removeAllListeners } from './event'; | ||
import { solSignTransaction } from './solSignTransaction'; | ||
import { solSignMessage } from './solSignMessage'; | ||
import { solSignOffchainMessage } from './solSignOffchainMessage'; | ||
import { stellarGetAddress } from './stellarGetAddress'; | ||
@@ -196,3 +196,3 @@ import { stellarSignTransaction } from './stellarSignTransaction'; | ||
solSignTransaction: typeof solSignTransaction; | ||
solSignMessage: typeof solSignMessage; | ||
solSignOffchainMessage: typeof solSignOffchainMessage; | ||
stellarGetAddress: typeof stellarGetAddress; | ||
@@ -199,0 +199,0 @@ stellarSignTransaction: typeof stellarSignTransaction; |
{ | ||
"name": "@onekeyfe/hd-core", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "> TODO: description", | ||
@@ -28,4 +28,4 @@ "author": "OneKey", | ||
"dependencies": { | ||
"@onekeyfe/hd-shared": "^1.0.17", | ||
"@onekeyfe/hd-transport": "^1.0.17", | ||
"@onekeyfe/hd-shared": "^1.0.18", | ||
"@onekeyfe/hd-transport": "^1.0.18", | ||
"axios": "^0.27.2", | ||
@@ -48,3 +48,3 @@ "bignumber.js": "^9.0.2", | ||
}, | ||
"gitHead": "4e9b3cea9c50b590a66b2ef28cf73c76ea4b7913" | ||
"gitHead": "dbe656b9724dc0a55d64abaf8081ea57aecedcf7" | ||
} |
@@ -75,3 +75,3 @@ export { default as testInitializeDeviceDuration } from './test/TestInitializeDeviceDuration'; | ||
export { default as solSignTransaction } from './solana/SolSignTransaction'; | ||
export { default as solSignMessage } from './solana/SolSignMessage'; | ||
export { default as solSignOffchainMessage } from './solana/SolSignOffchainMessage'; | ||
@@ -78,0 +78,0 @@ export { default as stellarGetAddress } from './stellar/StellarGetAddress'; |
@@ -197,4 +197,4 @@ import { EventEmitter } from 'events'; | ||
call({ ...params, connectId, deviceId, method: 'solSignTransaction' }), | ||
solSignMessage: (connectId, deviceId, params) => | ||
call({ ...params, connectId, deviceId, method: 'solSignMessage' }), | ||
solSignOffchainMessage: (connectId, deviceId, params) => | ||
call({ ...params, connectId, deviceId, method: 'solSignOffchainMessage' }), | ||
@@ -201,0 +201,0 @@ stellarGetAddress: (connectId, deviceId, params) => |
@@ -69,3 +69,6 @@ export type { BTCAddress, BTCGetAddressParams } from './btcGetAddress'; | ||
export type { SolanaSignedTx, SolanaSignTransactionParams } from './solSignTransaction'; | ||
export type { SolSignedMessage, SolSignMessageParams } from './solSignMessage'; | ||
export type { | ||
SolSignOffchainMessageResponse, | ||
SolSignOffchainMessageParams, | ||
} from './solSignOffchainMessage'; | ||
@@ -72,0 +75,0 @@ export type { StellarAddress, StellarGetAddressParams } from './stellarGetAddress'; |
@@ -74,3 +74,3 @@ import { off, on, removeAllListeners } from './event'; | ||
import { solSignTransaction } from './solSignTransaction'; | ||
import { solSignMessage } from './solSignMessage'; | ||
import { solSignOffchainMessage } from './solSignOffchainMessage'; | ||
@@ -270,3 +270,3 @@ import { stellarGetAddress } from './stellarGetAddress'; | ||
solSignTransaction: typeof solSignTransaction; | ||
solSignMessage: typeof solSignMessage; | ||
solSignOffchainMessage: typeof solSignOffchainMessage; | ||
@@ -273,0 +273,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2976053
89085