method Fleek.ContentHandle.prototype.readBlock
ContentHandle.prototype.readBlock(idx: number): Promise<Uint8Array>

Read a given block index from the blockstore

Parameters

idx: number
  • Index of block to read

Return Type