We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05af361 commit 67d9570Copy full SHA for 67d9570
src/lib/mina/fetch.ts
@@ -702,8 +702,8 @@ async function fetchEvents(
702
*
703
* @example
704
* const accountInfo = { publicKey: 'B62qiwmXrWn7Cok5VhhB3KvCwyZ7NHHstFGbiU5n7m8s2RqqNW1p1wF' };
705
- * const acitonsList = await fetchAccount(accountInfo);
706
- * console.log(acitonsList);
+ * const actionsList = await fetchAccount(accountInfo);
+ * console.log(actionsList);
707
*/
708
async function fetchActions(
709
accountInfo: ActionsQueryInputs,
0 commit comments