tuweni / org.apache.tuweni.eth / BlockBody / <init>

<init>

BlockBody(transactions: MutableList<Transaction!>!, ommers: MutableList<BlockHeader!>!)

Creates a new block body.

Parameters

transactions - MutableList<Transaction!>!: the list of transactions in this block.

ommers - MutableList<BlockHeader!>!: the list of ommers for this block.