Add block time placeholder to getConfirmedBlock (#10990)

(cherry picked from commit 491f5ae61a)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-07-10 11:02:27 -07:00
committed by GitHub
parent 1bfce24c9f
commit 03b213e296
3 changed files with 6 additions and 1 deletions

View File

@@ -314,6 +314,7 @@ The result field will be an object with the following fields:
* `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
* `lamports: <i64>`- number of reward lamports credited or debited by the account, as a i64
* `blockTime: <i64 | null>` - estimated production time, as Unix timestamp (seconds since the Unix epoch). null if not available
#### Example: