From 67c8034fe5a656f8536af8783f51d56ac9cbca3c Mon Sep 17 00:00:00 2001 From: splintred <91386295+splintred@users.noreply.github.com> Date: Wed, 22 Dec 2021 16:48:27 -0500 Subject: [PATCH] Update jsonrpc-api.md to document 'owner' property (#22074) * 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 --- 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 40ea3d24114325..9a81d091c333e8 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.