()
| 1060 | } |
| 1061 | |
| 1062 | fn default_encoder() -> BatchEncoder { |
| 1063 | let rollup_config = Arc::new(RollupConfig::default()); |
| 1064 | BatchEncoder::new(rollup_config, EncoderConfig::default()) |
| 1065 | } |
| 1066 | |
| 1067 | fn encoder_with_confirmation_timeout(channel_timeout: u64) -> BatchEncoder { |
| 1068 | let rollup_config = Arc::new(RollupConfig { |
no outgoing calls