u64
requiredobject
optionalstring
optionaljson
json
, jsonParsed
, base58
, base64
string
optionalfull
full
, accounts
, signatures
, none
bool
optionalstring
optionalfinalized
<null>
- if specified block is not confirmed
<object>
- if block is confirmed, containing:
blockhash: <string>
- the blockhash of this block
previousBlockhash: <string>
- the blockhash of this block’s parent
parentSlot: <u64>
- the slot index of this block’s parent
transactions: <array>
- array of transactions containing:
transaction: <object>
- transaction object with message and signatures
meta: <object>
- transaction metadata including:
err: <object|null>
- error if transaction failed
computeUnitsConsumed: <number>
- compute units used
logMessages: <array>
- program log messages
blockTime: <i64|null>
- estimated production time
blockHeight: <u64|null>
- number of blocks beneath this block