Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update jsonrpc-api.md to document 'owner' property (#22074) (#22077)
Browse files Browse the repository at this point in the history
* 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 <teulberg@gmail.com>
(cherry picked from commit 67c8034)

Co-authored-by: splintred <91386295+splintred@users.noreply.github.com>
  • Loading branch information
mergify[bot] and splintred authored Dec 23, 2021
1 parent 8f26c71 commit f31593b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +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.
- `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 f31593b

Please sign in to comment.