eth / net.consensys.cava.eth / BlockBody / <init>
<init>
BlockBody(transactions: MutableList<Transaction>, ommers: MutableList<BlockHeader>)
Creates a new block body.
Parameters
transactions - the list of transactions in this block.
ommers - the list of ommers for this block.