pub async fn create_l1_headers<S: Eip712Signer + Send + Sync>(
signer: &S,
chain_id: i32,
nonce: Option<u64>,
timestamp: Option<u64>,
) -> Result<Headers, ClobError>Expand description
Build L1 headers using EIP-712 typed-data signing via the Eip712Signer trait.