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

Method with_ordering

crates/execution/node/src/node.rs:902–905  ·  view source on GitHub ↗

Sets the ordering strategy for the transaction pool.

(mut self, ordering: BaseOrdering<T>)

Source from the content-addressed store, hash-verified

900
901 /// Sets the ordering strategy for the transaction pool.
902 pub const fn with_ordering(mut self, ordering: BaseOrdering<T>) -> Self {
903 self.ordering = ordering;
904 self
905 }
906
907 /// Sets the maximum inflight EIP-7702 delegated account transactions per sender.
908 pub const fn with_max_inflight_delegated_slots(mut self, limit: usize) -> Self {

Callers 1

componentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected