@keystonehq/metamask-airgapped-keyring
Advanced tools
Comparing version 0.2.5-alpha.2.1 to 0.2.6-alpha.0
export { MetaMaskKeyring } from "./MetaMaskKeyring"; | ||
export { MemState as MetaMaskKeyringStore } from "./MetaMaskInteractionProvider"; | ||
export { IMemState as IKeyringState } from "./MetaMaskInteractionProvider"; |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
import { EthSignRequest, ETHSignature, CryptoHDKey, CryptoAccount } from "@keystonehq/bc-ur-registry-eth"; | ||
export declare type MemState = ObservableStore<{ | ||
export declare type IMemState = ObservableStore<{ | ||
_version: number; | ||
@@ -26,3 +26,3 @@ sync: { | ||
static instance: MetamaskInteractionProvider; | ||
memStore: MemState; | ||
memStore: IMemState; | ||
constructor(); | ||
@@ -29,0 +29,0 @@ private cleanSyncListeners; |
@@ -9,3 +9,3 @@ import { BaseKeyring, StoredKeyring } from "@keystonehq/base-eth-keyring"; | ||
resetStore: () => void; | ||
getMemStore: () => import("./MetaMaskInteractionProvider").MemState; | ||
getMemStore: () => import("./MetaMaskInteractionProvider").IMemState; | ||
signTransaction(address: string, tx: any): Promise<any>; | ||
@@ -12,0 +12,0 @@ removeAccount: (address: any) => void; |
{ | ||
"name": "@keystonehq/metamask-airgapped-keyring", | ||
"version": "0.2.5-alpha.2.1", | ||
"version": "0.2.6-alpha.0", | ||
"description": "airgapped eth keyring for metamask", | ||
@@ -30,4 +30,4 @@ "author": "aaronisme <aarondongchen@gmail.com>", | ||
"@ethereumjs/tx": "^3.3.0", | ||
"@keystonehq/base-eth-keyring": "^0.3.5-alpha.0", | ||
"@keystonehq/bc-ur-registry-eth": "^0.8.1-alpha.0", | ||
"@keystonehq/base-eth-keyring": "^0.3.6-alpha.0", | ||
"@keystonehq/bc-ur-registry-eth": "^0.8.2-alpha.0", | ||
"@metamask/obs-store": "^7.0.0", | ||
@@ -45,3 +45,3 @@ "rlp": "^2.2.6", | ||
}, | ||
"gitHead": "242a6d11681f6d0c86cce087441024f68c86620e" | ||
"gitHead": "00b59ed35527de521e5ac856e16e9023795b23d8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64404
+ Added@keystonehq/base-eth-keyring@0.3.6-alpha.2(transitive)
+ Added@keystonehq/bc-ur-registry-eth@0.8.2-alpha.0(transitive)
- Removed@keystonehq/base-eth-keyring@0.3.5-alpha.0(transitive)
- Removed@keystonehq/bc-ur-registry-eth@0.8.1-alpha.0(transitive)