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 b5ac14e commit b324ad2Copy full SHA for b324ad2
packages/snaps-sdk/src/types/methods/set-state.ts
@@ -9,8 +9,8 @@ import type { Json } from '@metamask/utils';
9
* @property value - The value to set the state to.
10
* @property encrypted - Whether to use the separate encrypted state, or the
11
* unencrypted state. Defaults to the encrypted state. Encrypted state can only
12
- * be used if the extension is unlocked, while unencrypted state can be used
13
- * 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.
14
*/
15
export type SetStateParams = {
16
key?: string;
0 commit comments