Send Bid
Send a bid to the bidder mev-commit node. The bid is a message from the bidder to the provider with the transaction hashes and the amount of ETH that the bidder is willing to pay to the provider for including the transaction in the block. The bid also includes the block number that the bidder wants to include the transaction in, the start and end timestamps for the bid decay. The bidder can optionally include the raw transaction payloads (hex encoded RLP) instead of transaction hashes.
Body
Unsigned bid message from bidders to the bidder mev-commit node.
Amount of ETH that the bidder is willing to pay to the provider for including the transaction in the block.
Max block number that the bidder wants to include the transaction in.
Timestamp at which the bid starts decaying.
Timestamp at which the bid ends decaying.
Hex string encoding of the hashes of the transactions that the bidder wants to include in the block.
Optional array of tx hashes that are allowed to revert or be discarded.
Optional array of RLP encoded raw signed transaction payloads that the bidder wants to include in the block.