MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsMsgBlk

Method IsMsgBlk

src/protocol.h:520–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 // Single-message helper methods
519 bool IsMsgTx() const { return type == MSG_TX; }
520 bool IsMsgBlk() const { return type == MSG_BLOCK; }
521 bool IsMsgWtx() const { return type == MSG_WTX; }
522 bool IsMsgFilteredBlk() const { return type == MSG_FILTERED_BLOCK; }
523 bool IsMsgCmpctBlk() const { return type == MSG_CMPCT_BLOCK; }

Callers 2

ProcessGetBlockDataMethod · 0.80
ProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected