From e03a64ae1b72572941437a70a6425688d6c61dba Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 1 Oct 2020 22:11:14 -0700 Subject: [PATCH] Document postBalance field --- 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 d9176468a7..2b77e85d6a 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: