loom_broadcast_flashbots::client::bundle

Function serialize_txs

Source
pub fn serialize_txs<S>(
    txs: &[BundleTransaction],
    s: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,