Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Rust-for-Blockchain-Application-Development
/ server.rs
File
server.rs
chapter 4/server.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::{
2
Block, BlockInTransit, Blockchain, MemoryPool, Nodes, Transaction, UTXOSet, GLOBAL_CONFIG,
3
};
4
use data_encoding::HEXLOWER;
Callers
nothing calls this directly
Calls
1
add_node
Method · 0.45
Tested by
no test coverage detected