rippled
|
Public Member Functions | |
void | clear () |
clear Clear all states More... | |
bool | any () const |
any Get true of any state is true More... | |
Public Attributes | |
bool | applied = false |
bool | broadcast = false |
bool | queued = false |
bool | kept = false |
Definition at line 173 of file Transaction.h.
void ripple::Transaction::SubmitResult::clear | ( | ) |
clear Clear all states
Definition at line 179 of file Transaction.h.
bool ripple::Transaction::SubmitResult::any | ( | ) | const |
any Get true of any state is true
Definition at line 192 of file Transaction.h.
bool ripple::Transaction::SubmitResult::applied = false |
Definition at line 197 of file Transaction.h.
bool ripple::Transaction::SubmitResult::broadcast = false |
Definition at line 198 of file Transaction.h.
bool ripple::Transaction::SubmitResult::queued = false |
Definition at line 199 of file Transaction.h.
bool ripple::Transaction::SubmitResult::kept = false |
Definition at line 200 of file Transaction.h.