message Bid {
string tx_hash = 1;
string bid_amount = 2;
int64 block_number = 3;
bytes digest = 4;
bytes signature = 5;
int64 decay_start_timestamp = 6;
int64 decay_end_timestamp = 7;
bytes nike_public_key = 8;
string reverting_tx_hashes = 9;
};
message PreConfirmation {
repeated string tx_hashes = 1;
string bid_amount = 2;
int64 block_number = 3;
string received_bid_digest = 4;
string received_bid_signature = 5;
string commitment_digest = 6;
string commitment_signature = 7;
string provider_address = 8;
int64 decay_start_timestamp = 9;
int64 decay_end_timestamp = 10;
int64 dispatch_timestamp = 11;
repeated string reverting_tx_hashes = 12;
};