From 9029b46570df1cbba7342001c8b112698e6bae28 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Mon, 3 Jan 2022 11:00:13 -0700 Subject: [PATCH] Fix token-balance owner type in docs (#22240) --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 16d54b5ab8..2148b30f2c 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -589,7 +589,7 @@ The JSON structure of token balances is defined as a list of objects in the foll - `accountIndex: ` - Index of the account in which the token balance is provided for. - `mint: ` - Pubkey of the token's mint. -- `owner: ` - Pubkey of token balance's owner. +- `owner: ` - Pubkey of token balance's owner. - `uiTokenAmount: ` - - `amount: ` - Raw amount of tokens as a string, ignoring decimals. - `decimals: ` - Number of decimals configured for token's mint.