@keplr-wallet/types 0.11.31-rc.1 → 0.11.32-rc.0

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.
@@ -10,6 +10,7 @@ export interface Key {
10
10
  readonly address: Uint8Array;
11
11
  readonly bech32Address: string;
12
12
  readonly isNanoLedger: boolean;
13
+ readonly isKeystone: boolean;
13
14
  }
14
15
  export declare type ICNSAdr36Signatures = {
15
16
  chainId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keplr-wallet/types",
3
- "version": "0.11.31-rc.1",
3
+ "version": "0.11.32-rc.0",
4
4
  "main": "build/index.js",
5
5
  "author": "chainapsis",
6
6
  "license": "Apache-2.0",
@@ -20,5 +20,5 @@
20
20
  "axios": "^0.27.2",
21
21
  "long": "^4.0.0"
22
22
  },
23
- "gitHead": "9b0e0739eb6191eca5c4a19cea0f30a2198786e5"
23
+ "gitHead": "42f5ee7527aaef0f12d1aebe9d0c8c15db2c8507"
24
24
  }
@@ -23,6 +23,7 @@ export interface Key {
23
23
  // Because current cosmos app in the nano ledger doesn't support the direct (proto) format msgs,
24
24
  // this can be used to select the amino or direct signer.
25
25
  readonly isNanoLedger: boolean;
26
+ readonly isKeystone: boolean;
26
27
  }
27
28
 
28
29
  export type ICNSAdr36Signatures = {