Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ Web3
Class
Web3
web3/src/lib.rs:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
pub mod transaction;
22
23
pub struct Web3 {
24
client: HttpClient,
25
}
26
27
impl Web3 {
28
pub fn new(url: &str) -> Result<Self> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected