Struct everscale_types::RcUsageTree
source · pub struct RcUsageTree { /* private fields */ }Expand description
Usage tree for the Rc family of cells.
Implementations§
source§impl RcUsageTree
impl RcUsageTree
Trait Implementations§
source§impl MerkleFilter for RcUsageTree
impl MerkleFilter for RcUsageTree
source§fn check(&self, cell: &CellHash) -> FilterAction
fn check(&self, cell: &CellHash) -> FilterAction
Returns how the cell should be included in the Merkle proof or update.