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

Method IsWaiting

src/txrequest.cpp:89–92  ·  view source on GitHub ↗

Whether this announcement is waiting for a certain time to pass. */

Source from the content-addressed store, hash-verified

87
88 /** Whether this announcement is waiting for a certain time to pass. */
89 bool IsWaiting() const
90 {
91 return GetState() == State::REQUESTED || GetState() == State::CANDIDATE_DELAYED;
92 }
93
94 /** Whether this announcement can feasibly be selected if the current IsSelected() one disappears. */
95 bool IsSelectable() const

Callers 2

GetWaitStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected