Skip to content

Commit

Permalink
Update account-update.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
futreall authored Dec 14, 2024
1 parent aac60d0 commit 422f622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/mina/account-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ interface Body extends AccountUpdateBody {
* Events can be collected by archive nodes.
*
* [Check out our documentation about
* Events!](https://docs.minaprotocol.com/zkapps/advanced-o1js/events)
* Events!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/events)
*/
events: Events;
/**
Expand All @@ -561,7 +561,7 @@ interface Body extends AccountUpdateBody {
* a {@link Reducer}.
*
* [Check out our documentation about
* Actions!](https://docs.minaprotocol.com/zkapps/advanced-o1js/actions-and-reducer)
* Actions!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer)
*/
actions: Events;
/**
Expand Down

0 comments on commit 422f622

Please sign in to comment.