MCPcopy Create free account
hub / github.com/PacktPublishing/Rust-for-Blockchain-Application-Development / Server

Class Server

chapter 3/structs.rs:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49pub struct Server {
50 blockchain: Blockchain,
51}
52
53pub struct ProofOfWork {
54 block: Block,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected