Skip to content

Commit

Permalink
Fix token-balance owner type in docs (solana-labs#22240)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jan 3, 2022
1 parent ecbfc70 commit 9029b46
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9029b46

Please sign in to comment.