Blocks

BaseBlock

class eth.rlp.blocks.BaseBlock(*args, **kwargs)
classmethod get_transaction_builder() Type[TransactionBuilderAPI]

Return the transaction builder for the block.

property is_genesis: bool

Return True if this block represents the genesis block of the chain, otherwise False.

transaction_builder: Type[TransactionBuilderAPI] = None