Skip to content

Commit

Permalink
update docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBolt committed Mar 8, 2024
1 parent 651425c commit 5f82e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/pages/clients/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ print(tokens)

#### .get_token_account_balance
Returns balance of tokens held in the specified token account

<Code>
```python
def get_token_account_balance(public_key: PublicKey | str, **kwargs)
Expand Down
3 changes: 2 additions & 1 deletion docs/pages/clients/client_async.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ asyncio.run(main())
</Callout>

#### .get_token_account_balance
Returns balance of tokens held in the specified token account
Returns balance of tokens held in the specified token account.

<Code>
```python
def get_token_account_balance(public_key: PublicKey | str, **kwargs)
Expand Down

0 comments on commit 5f82e65

Please sign in to comment.