MCPcopy 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

21pub mod transaction;
22
23pub struct Web3 {
24 client: HttpClient,
25}
26
27impl Web3 {
28 pub fn new(url: &str) -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected