Skip to content

Commit

Permalink
Update packages/snaps-sdk/src/types/methods/get-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 549142a commit b5ac14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/snaps-sdk/src/types/methods/get-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import type { Json } from '@metamask/utils';
* `a.b.c`, with the exception of array syntax.
* @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 GetStateParams = {
key?: string;
Expand Down

0 comments on commit b5ac14e

Please sign in to comment.