requestsTransactions property
bool
get
requestsTransactions
Check if requesting any transactions
Implementation
bool get requestsTransactions {
return invList.any((inv) => inv.type == InvType.msgTx);
}
Check if requesting any transactions
bool get requestsTransactions {
return invList.any((inv) => inv.type == InvType.msgTx);
}