MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsMsgWtx

Method IsMsgWtx

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

Source from the content-addressed store, hash-verified

492 bool IsMsgTx() const { return type == MSG_TX; }
493 bool IsMsgBlk() const { return type == MSG_BLOCK; }
494 bool IsMsgWtx() const { return type == MSG_WTX; }
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; }

Callers 2

ToGenTxidFunction · 0.80
ProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected