We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f771a commit cb4d657Copy full SHA for cb4d657
src/api/account.ts
@@ -658,7 +658,7 @@ export class Account {
658
}
659
660
/**
661
- * Retrieves the current amount of APT for a specified account.
+ * Retrieves the current amount of APT for a specified account. If the account does not exist, it will return 0.
662
*
663
* @param args The arguments for the account query.
664
* @param args.accountAddress The account address for which to retrieve the APT amount.
0 commit comments