From 611628a4021a75c4cfd7cedaa5d0c317eac73f27 Mon Sep 17 00:00:00 2001 From: Marcin Zawiejski Date: Mon, 17 May 2021 16:23:30 +0200 Subject: [PATCH] fixed getProgramAccounts fields list (#17278) --- 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 4248603523..9894e6e044 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1796,7 +1796,7 @@ The result field will be an array of JSON objects, which will contain: - `account: ` - a JSON object, with the following sub fields: - `lamports: `, number of lamports assigned to this account, as a u64 - `owner: `, base-58 encoded Pubkey of the program this account has been assigned to - `data: <[string,encoding]|object>`, data associated with the account, either as encoded binary data or JSON format `{: }`, depending on encoding parameter + - `data: <[string,encoding]|object>`, data associated with the account, either as encoded binary data or JSON format `{: }`, depending on encoding parameter - `executable: `, boolean indicating if the account contains a program \(and is strictly read-only\) - `rentEpoch: `, the epoch at which this account will next owe rent, as u64