Skip to content

Commit

Permalink
chore: clearly state address property frog-transaction-context.mdx (#227
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SamuelLHuber committed Apr 5, 2024
1 parent f87d1e1 commit 21dff58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/pages/reference/frog-transaction-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ A transaction handler can also be asynchronous (ie. `async (c) => { ... }{:js}`)

- **Type**: `string | undefined`

The address of a wallet that sends a transaction.
The address of the wallet connected by the user after pressing the button to do the transaction.

This is the wallet address the user executes the transaction with.

```tsx twoslash
// @noErrors
Expand Down

0 comments on commit 21dff58

Please sign in to comment.