Get blocks in this inventory
List<Hash> get blocks { return invList .where((inv) => inv.type == InvType.msgBlock) .map((inv) => inv.hash) .toList(); }