Handle to blockstore content. Holds the proof for the content and traverses it, to read each inner block from the blockstore.
new
ContentHandle(proof: Uint8Array)
length: number
readBlock(idx: number): Promise<Uint8Array>
Read a given block index from the blockstore