Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ BlockNumberOrTagExt
Class
BlockNumberOrTagExt
crates/execution/flashblocks/src/rpc/eth.rs:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#[derive(Debug, Clone, serde::Serialize)]
14
#[serde(transparent)]
15
pub struct BlockNumberOrTagExt(BlockNumberOrTag);
16
17
impl BlockNumberOrTagExt {
18
const fn is_pending(&self) -> bool {
Callers
1
visit_str
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected