proposer preferences SSE event

This commit is contained in:
Eitan Seri- Levi
2026-05-16 08:08:30 -07:00
parent 1a68631180
commit a5bd456a58
5 changed files with 45 additions and 0 deletions

View File

@@ -14,8 +14,10 @@ use tree_hash_derive::TreeHash;
pub struct ProposerPreferences {
pub dependent_root: Hash256,
pub proposal_slot: Slot,
#[serde(with = "serde_utils::quoted_u64")]
pub validator_index: u64,
pub fee_recipient: Address,
#[serde(with = "serde_utils::quoted_u64")]
pub gas_limit: u64,
}