Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Payload ¶
type Payload struct {
// InjectedTransactions functions as an inclusion list. It contains transactions
// from the consensus layer that must be included in the block.
InjectedTransactions bfttypes.Txs
// TODO: make the gas limit actually be enforced. Need to translate between cosmos and op gas limit.
GasLimit uint64
Timestamp uint64
NoTxPool bool
ParentBeaconRoot *common.Hash
Coinbase common.Address
}
Click to show internal directories.
Click to hide internal directories.