Returns true if the block exists.
@override Future<bool> hasBlock(CID cid) async => _blocks.containsKey(cid.toString());