[#CInv-IsMsgTx] = xref:CInv.adoc[CInv]::IsMsgTx :relfileprefix: ../ :mrdocs: Returns whether this entry refers to a plain transaction. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsMsgTx() const; ---- == Return Value true if the type is MSG_TX. [.small]#Created with https://www.mrdocs.com[MrDocs]#