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