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

Method signer

crates/core/node/src/node.rs:245–258  ·  view source on GitHub ↗

Replace the signer component

(self, signer: NewSig)

Source from the content-addressed store, hash-verified

243
244 /// Replace the signer component
245 pub fn signer<NewSig>(self, signer: NewSig) -> ComponentSetBuilder<N, E, S, M, B, Est, H, Mer, Mon, NewSig> {
246 ComponentSetBuilder {
247 network: self.network,
248 executor: self.executor,
249 strategy: self.strategy,
250 market: self.market,
251 broadcaster: self.broadcaster,
252 estimator: self.estimator,
253 health: self.health,
254 merger: self.merger,
255 monitoring: self.monitoring,
256 signer,
257 }
258 }
259
260 /// Build the final component set
261 pub fn build(self) -> ComponentSet<N, E, S, M, B, Est, H, Mer, Mon, Sig> {

Callers 1

tx_evm_env_from_txFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected