hasBlock abstract method

Future<bool> hasBlock(
  1. CID cid
)

Returns true if the block exists.

Implementation

Future<bool> hasBlock(CID cid);