pub type NsAvidMParam = AvidMParam;Expand description
Namespaced parameter type
Aliased Type§
pub struct NsAvidMParam {
pub total_weights: usize,
pub recovery_threshold: usize,
}Fields§
§total_weights: usizeTotal weights of all storage nodes
recovery_threshold: usizeMinimum collective weights required to recover the original payload.