Skip to content

Commit

Permalink
Update src/lib/mina/fetch.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Boray Saygılıer  <[email protected]>
  • Loading branch information
45930 and boray authored Jan 9, 2025
1 parent 05af361 commit 67d9570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/mina/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ async function fetchEvents(
*
* @example
* const accountInfo = { publicKey: 'B62qiwmXrWn7Cok5VhhB3KvCwyZ7NHHstFGbiU5n7m8s2RqqNW1p1wF' };
* const acitonsList = await fetchAccount(accountInfo);
* console.log(acitonsList);
* const actionsList = await fetchAccount(accountInfo);
* console.log(actionsList);
*/
async function fetchActions(
accountInfo: ActionsQueryInputs,
Expand Down

0 comments on commit 67d9570

Please sign in to comment.