pub type InventoryStatus<T> = InventoryResponse<T, T>;
Expand description
A peer inventory status, which tracks a hash for both available and missing inventory.
Aliased Type§
pub enum InventoryStatus<T> {
Available(T),
Missing(T),
}
pub type InventoryStatus<T> = InventoryResponse<T, T>;
A peer inventory status, which tracks a hash for both available and missing inventory.
pub enum InventoryStatus<T> {
Available(T),
Missing(T),
}