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

Method IsMsgTx

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

Single-message helper methods

Source from the content-addressed store, hash-verified

517
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; }

Callers 2

ProcessGetDataMethod · 0.80
ProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected