We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549142a commit b5ac14eCopy full SHA for b5ac14e
packages/snaps-sdk/src/types/methods/get-state.ts
@@ -8,8 +8,8 @@ import type { Json } from '@metamask/utils';
8
* `a.b.c`, with the exception of array syntax.
9
* @property encrypted - Whether to use the separate encrypted state, or the
10
* unencrypted state. Defaults to the encrypted state. Encrypted state can only
11
- * be used if the extension is unlocked, while unencrypted state can be used
12
- * whether the extension is locked or unlocked.
+ * be used if the client is unlocked, while unencrypted state can be used
+ * whether the client is locked or unlocked.
13
*/
14
export type GetStateParams = {
15
key?: string;
0 commit comments