pub fn attach_block_cell(
    txn: &StoreTransaction,
    block: &BlockView
) -> Result<(), Error>
Expand description

Live cell entry.

table CellEntry { output: CellOutput, block_hash: Byte32, block_number: Uint64, block_epoch: Uint64, index: Uint32, data_size: Uint64, }

table CellDataEntry { output_data: Bytes, output_data_hash: Byte32, }