Document postBalance field

This commit is contained in:
Michael Vines 2020-10-01 22:11:14 -07:00 committed by mergify[bot]
parent f41a73d76a
commit e03a64ae1b
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ The result field will be an object with the following fields:
- `rewards: <array>` - an array of JSON objects containing: - `rewards: <array>` - an array of JSON objects containing:
- `pubkey: <string>` - The public key, as base-58 encoded string, of the account that received the reward - `pubkey: <string>` - The public key, as base-58 encoded string, of the account that received the reward
- `lamports: <i64>`- number of reward lamports credited or debited by the account, as a i64 - `lamports: <i64>`- number of reward lamports credited or debited by the account, as a i64
- `postBalance: <u64>` - account balance in lamports after the reward was applied
- `blockTime: <i64 | null>` - estimated production time, as Unix timestamp (seconds since the Unix epoch). null if not available - `blockTime: <i64 | null>` - estimated production time, as Unix timestamp (seconds since the Unix epoch). null if not available
#### Example: #### Example: