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

Method timestamp

crates/execution/txpool/src/ordering.rs:27–29  ·  view source on GitHub ↗

Creates a new timestamp ordering (FIFO).

()

Source from the content-addressed store, hash-verified

25
26 /// Creates a new timestamp ordering (FIFO).
27 pub fn timestamp() -> Self {
28 Self::Timestamp(TimestampOrdering::default())
29 }
30}
31
32impl<T> Clone for BaseOrdering<T> {

Callers 15

verify_chainMethod · 0.45
check_validityMethod · 0.45
next_block_base_feeMethod · 0.45
execute_with_evmMethod · 0.45
resolve_timestampMethod · 0.45
next_block_base_feeMethod · 0.45
meter_bundleFunction · 0.45
meter_blockFunction · 0.45

Calls

no outgoing calls

Tested by 1

next_block_base_feeMethod · 0.36