Skip to content

Commit

Permalink
Update packages/snaps-sdk/src/types/methods/set-state.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
Mrtenz and FrederikBolding committed Dec 18, 2024
1 parent b5ac14e commit b324ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/snaps-sdk/src/types/methods/set-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import type { Json } from '@metamask/utils';
* @property value - The value to set the state to.
* @property encrypted - Whether to use the separate encrypted state, or the
* unencrypted state. Defaults to the encrypted state. Encrypted state can only
* be used if the extension is unlocked, while unencrypted state can be used
* 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.
*/
export type SetStateParams = {
key?: string;
Expand Down

0 comments on commit b324ad2

Please sign in to comment.