From f31593bfbe53473343617a15ea58af6ab126de10 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:13:30 +0000 Subject: [PATCH] Update jsonrpc-api.md to document 'owner' property (#22074) (#22077) * Update jsonrpc-api.md to document 'owner' property Documents 'owner' property on the token balances struct. * Update docs/src/developing/clients/jsonrpc-api.md Co-authored-by: Tyera Eulberg (cherry picked from commit 67c8034fe5a656f8536af8783f51d56ac9cbca3c) Co-authored-by: splintred <91386295+splintred@users.noreply.github.com> --- docs/src/developing/clients/jsonrpc-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index cc308b2f7a..a3a91daa91 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -589,6 +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. - `uiTokenAmount: ` - - `amount: ` - Raw amount of tokens as a string, ignoring decimals. - `decimals: ` - Number of decimals configured for token's mint.