Type Alias AvidMParam

Source
pub type AvidMParam = NsAvidMParam;

Aliased Type§

struct AvidMParam {
    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.