| 
    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 165 of file Transaction.h.
| void ripple::Transaction::SubmitResult::clear | ( | ) | 
clear Clear all states
Definition at line 171 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::any | ( | ) | const | 
any Get true of any state is true
Definition at line 184 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::applied = false | 
Definition at line 189 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::broadcast = false | 
Definition at line 190 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::queued = false | 
Definition at line 191 of file Transaction.h.
| bool ripple::Transaction::SubmitResult::kept = false | 
Definition at line 192 of file Transaction.h.