Function forest_filecoin::fil_cns::weight::weight

source ยท
pub(super) fn weight<DB>(db: &Arc<DB>, ts: &Tipset) -> Result<BigInt, String>
where DB: Blockstore,
Expand description

Returns the weight of provided Tipset. This function will load power actor state and calculate the total weight of the Tipset.