MCPcopy Create free account
hub / github.com/base/base / default_encoder

Function default_encoder

crates/batcher/encoder/src/encoder.rs:1062–1065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Calls

no outgoing calls