requestsTransactions property

bool get requestsTransactions

Check if requesting any transactions

Implementation

bool get requestsTransactions {
  return invList.any((inv) => inv.type == InvType.msgTx);
}