Trait ckb_types::core::cell::CellProvider[][src]

pub trait CellProvider {
    fn cell(&self, out_point: &OutPoint, eager_load: bool) -> CellStatus;
}
Expand description

TODO(doc): @quake

Required methods

TODO(doc): @quake

Implementors