Skip to content

Commit

Permalink
feat(actions-and-reducers.mdx): update getActions description
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jun 27, 2024
1 parent 767bbc7 commit 9cd2fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ this.reducer.reduce<State>(
```

The `getActions` function retrieves a list of previously emitted actions from an archive node:
The `getActions` function retrieves a list of previously emitted actions:

```ts
let pendingActions = this.reducer.getActions({ fromActionState?: Field, endActionState?: Field }): MerkleList<MerkleList<Action>>;
Expand Down

0 comments on commit 9cd2fcf

Please sign in to comment.