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

Function handler

crates/execution/txpool/src/builder/rpc.rs:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 fn handler() -> BuilderApiImpl<NoopTransactionPool<BasePooledTransaction>> {
157 BuilderApiImpl::new(NoopTransactionPool::<BasePooledTransaction>::new())
158 }
159
160 // ==========================================================================
161 // Decode error tests

Calls

no outgoing calls

Tested by

no test coverage detected