Type Definition snarkos_node_router::SyncRequest
source · pub type SyncRequest<N> = (Option<<N as Network>::BlockHash>, Option<<N as Network>::BlockHash>, IndexSet<SocketAddr>);
Expand description
A tuple of the block hash (optional), previous block hash (optional), and sync IPs.