[][src]Function ckb_std::high_level::load_cell_data

pub fn load_cell_data(index: usize, source: Source) -> Result<Vec<u8>, SysError>

Load cell data

Arguments

Example

let data = load_cell_data(index, source).unwrap();