pub type Weight = Weight;

Aliased Type§

struct Weight {
    pub ref_time: u64,
    pub proof_size: u64,
}

Fields§

§ref_time: u64§proof_size: u64