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