[][src]Trait ckb_traits::CellDataProvider

pub trait CellDataProvider {
    fn get_cell_data(&self, out_point: &OutPoint) -> Option<(Bytes, Byte32)>;

    fn load_cell_data(&self, cell: &CellMeta) -> Option<(Bytes, Byte32)> { ... }
}

Required methods

fn get_cell_data(&self, out_point: &OutPoint) -> Option<(Bytes, Byte32)>

Loading content...

Provided methods

Loading content...

Implementors

Loading content...