Closed raulk closed 6 years ago
The Block->parent and Block->miner fields are modelled, but they are not being populated at the current time.
Block->parent
Block->miner
web3.eth.getBlock
EthqlBlock
EthqlAccount
The
Block->parent
andBlock->miner
fields are modelled, but they are not being populated at the current time.web3.eth.getBlock
with the parent's hash and would return anEthqlBlock
.EthqlAccount
initialised with the miner's address.