Fix token-balance owner type in docs (#22240)

This commit is contained in:
Tyera Eulberg 2022-01-03 11:00:13 -07:00 committed by GitHub
parent ecbfc70bfa
commit 9029b46570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.