Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
impl<T> Clone for BaseOrdering<T> {
Callers
15
find_block_by_timestamp
Method · 0.45
verify_chain
Method · 0.45
check_validity
Method · 0.45
next_block_base_fee
Method · 0.45
apply_schedule_to_sink
Method · 0.45
execute_with_evm
Method · 0.45
resolve_timestamp
Method · 0.45
next_block_base_fee
Method · 0.45
meter_bundle
Function · 0.45
meter_block
Function · 0.45
create_block_with_transactions
Function · 0.45
meter_block_parent_header_not_found
Function · 0.45
Calls
no outgoing calls
Tested by
1
next_block_base_fee
Method · 0.36