From 75219afc915464280fa4e6a1a321a9038bff87c5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 05:38:11 +0000 Subject: [PATCH] Document postBalance field (#12628) (cherry picked from commit e03a64ae1b72572941437a70a6425688d6c61dba) Co-authored-by: Michael Vines --- docs/src/apps/jsonrpc-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index 1246ba728b..29d51d6f4f 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -339,6 +339,7 @@ The result field will be an object with the following fields: - `rewards: ` - an array of JSON objects containing: - `pubkey: ` - The public key, as base-58 encoded string, of the account that received the reward - `lamports: `- number of reward lamports credited or debited by the account, as a i64 + - `postBalance: ` - account balance in lamports after the reward was applied - `blockTime: ` - estimated production time, as Unix timestamp (seconds since the Unix epoch). null if not available #### Example: