Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circlefin/arc-node
/ version
Method
version
crates/evm-node/src/rpc/arc.rs:56–58 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
54
rpc_get_certificate(&self.certificate_source, height).await
55
}
56
fn version(&self) -> RpcResult<RpcVersionInfo> {
57
rpc_get_version()
58
}
59
}
60
61
pub fn build_arc_rpc_module(
Callers
1
signPermit
Function · 0.80
Calls
1
rpc_get_version
Function · 0.85
Tested by
no test coverage detected