Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Fix token-balance owner type in docs #22240

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ The JSON structure of token balances is defined as a list of objects in the foll

- `accountIndex: <number>` - Index of the account in which the token balance is provided for.
- `mint: <string>` - Pubkey of the token's mint.
- `owner: <string>` - Pubkey of token balance's owner.
- `owner: <string | undefined>` - Pubkey of token balance's owner.
- `uiTokenAmount: <object>` -
- `amount: <string>` - Raw amount of tokens as a string, ignoring decimals.
- `decimals: <number>` - Number of decimals configured for token's mint.
Expand Down