BlockResult
BlockResult<
TIncludeTransactions>:object
The type returned by block related json rpc procedures
Type parameters
• TIncludeTransactions extends boolean = false
Type declaration
difficulty
readonlydifficulty:Hex
extraData
readonlyextraData:Hex
gasLimit
readonlygasLimit:Hex
gasUsed
readonlygasUsed:Hex
hash
readonlyhash:Hex
The hex stringhash of the block.
logsBloom
readonlylogsBloom:Hex
miner
readonlyminer:Hex
nonce
readonlynonce:Hex
number
readonlynumber:Hex
The block number (height) in the blockchain.
parentHash
readonlyparentHash:Hex
The hex stringhash of the parent block.
sha3Uncles
readonlysha3Uncles:Hex
The hex stringhash of the uncles of the block.
size
readonlysize:Hex
stateRoot
readonlystateRoot:Hex
timestamp
readonlytimestamp:Hex
totalDifficulty
readonlytotalDifficulty:Hex
transactions
readonlytransactions:TIncludeTransactionsextendstrue?TransactionParams[] :Hex[]
transactionsRoot
readonlytransactionsRoot:Hex
uncles
readonlyuncles:Hex[]
Source
common/BlockResult.ts:8