pub type NodeID = U256;
A node ID for a node, which is a U256.
pub struct NodeID(/* private fields */);