Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: typo in zksAccountBalances for java sdk (#866)
Browse files Browse the repository at this point in the history
Co-authored-by: Pekka <[email protected]>
Co-authored-by: @pekkadt04
  • Loading branch information
MexicanAce and pekkadt04 authored Jan 18, 2024
1 parent 9658ab9 commit 045ec2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/build/sdks/java/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public class Main {

#### Inputs and outputs

| Name | Description |
| ------- | ----------------------------------------------------------------------------- |
| address | The user address with balances to check. |
| returns | 'ZksAccounteBalances': List of all balances where account has non-zero value. |
| Name | Description |
| ------- | ---------------------------------------------------------------------------- |
| address | The user address with balances to check. |
| returns | 'ZksAccountBalances': List of all balances where account has non-zero value. |

### `zksGetConfirmedTokens`

Expand Down

0 comments on commit 045ec2a

Please sign in to comment.