pub type AvidMCommon = AvidMParam;
Aliased Type§
struct AvidMCommon {
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.