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

Method IsValid

src/consensus/validation.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 return false;
119 }
120 bool IsValid() const { return m_mode == ModeState::M_VALID; }
121 bool IsInvalid() const { return m_mode == ModeState::M_INVALID; }
122 bool IsError() const { return m_mode == ModeState::M_ERROR; }
123 Result GetResult() const { return m_result; }

Callers 1

CheckTransactionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected