Type Alias snarkos_node_sync::PrepareSyncRequest
source ยท pub type PrepareSyncRequest<N> = (Option<<N as Network>::BlockHash>, Option<<N as Network>::BlockHash>, usize);
Expand description
A tuple of the block hash (optional), previous block hash (optional), and the number of sync IPS to request from.