|
rippled
|
#include <Transaction.h>
Public Member Functions | |
| void | clear () |
| clear Clear all states | |
| bool | any () const |
| any Get true of any state is true | |
Public Attributes | |
| bool | applied = false |
| bool | broadcast = false |
| bool | queued = false |
| bool | kept = false |
Definition at line 184 of file Transaction.h.
| void ripple::Transaction::SubmitResult::clear | ( | ) |
clear Clear all states
Definition at line 190 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::any | ( | ) | const |
any Get true of any state is true
Definition at line 203 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::applied = false |
Definition at line 208 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::broadcast = false |
Definition at line 209 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::queued = false |
Definition at line 210 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::kept = false |
Definition at line 211 of file Transaction.h.