MCPcopy Create free account
hub / github.com/cakevm/kabu / DefaultExecutor

Class DefaultExecutor

crates/core/node/src/defaults.rs:71–71  ·  view source on GitHub ↗

Default executor builder that creates a SwapRouterComponent

Source from the content-addressed store, hash-verified

69
70/// Default executor builder that creates a SwapRouterComponent
71pub struct DefaultExecutor;
72
73impl<R, P, DB, Evm> ComponentBuilder<KabuContext<R, P, DB, Evm>> for DefaultExecutor
74where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected