| 495 | bool IsMsgFilteredBlk() const { return type == MSG_FILTERED_BLOCK; } |
| 496 | bool IsMsgCmpctBlk() const { return type == MSG_CMPCT_BLOCK; } |
| 497 | bool IsMsgWitnessBlk() const { return type == MSG_WITNESS_BLOCK; } |
| 498 | |
| 499 | // Combined-message helper methods |
| 500 | bool IsGenTxMsg() const |