Skip to content

Commit

Permalink
Merge pull request #7 from open-frames/dj/add-type
Browse files Browse the repository at this point in the history
Add address to OpenFramesUntrustedData type
  • Loading branch information
daria-github authored Apr 19, 2024
2 parents 4efc010 + efb07b9 commit 5f7a9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-icons-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@open-frames/types": minor
---

add address type to untrusted data
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type OpenFramesUntrustedData = {
buttonIndex: number;
inputText?: string;
state?: string;
address?: string;
};

export type OpenFramesTrustedData = {
Expand Down

0 comments on commit 5f7a9ec

Please sign in to comment.