loom_broadcast_flashbots::client::body

Function make_signed_body

Source
pub fn make_signed_body<R: Serialize + Send + Sync>(
    req_id: u64,
    method: &str,
    params: R,
    signer: &PrivateKeySigner,
) -> Result<(String, String)>