Skip to content

Commit

Permalink
Merge pull request #483 from JFrankfurt/export-anon-signer-instance-type
Browse files Browse the repository at this point in the history
export `AnonymousSignerInstance` from `@frames.js/render/identity/anonymous`
  • Loading branch information
davidfurlong authored Aug 29, 2024
2 parents f9b682f + 8fede88 commit bd9378f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-items-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frames.js/render": patch
---

exports AnonymousSignerInstance from @frames.js/render/identity/anonymous
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type AnonymousSigner = Record<string, unknown>;

export type AnonymousFrameContext = Record<string, unknown>;

type AnonymousSignerInstance = SignerStateInstance<
export type AnonymousSignerInstance = SignerStateInstance<
AnonymousSigner,
AnonymousOpenFramesRequest,
AnonymousFrameContext
Expand Down

0 comments on commit bd9378f

Please sign in to comment.