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