|
rippled
|
Transaction with input flags and results to be applied in batches. More...

Public Member Functions | |
| TransactionStatus (std::shared_ptr< Transaction > t, bool a, bool l, FailHard f) | |
Public Attributes | |
| std::shared_ptr< Transaction > const | transaction |
| bool const | admin |
| bool const | local |
| FailHard const | failType |
| bool | applied = false |
| TER | result |
Transaction with input flags and results to be applied in batches.
Definition at line 94 of file NetworkOPs.cpp.
| ripple::NetworkOPsImp::TransactionStatus::TransactionStatus | ( | std::shared_ptr< Transaction > | t, |
| bool | a, | ||
| bool | l, | ||
| FailHard | f | ||
| ) |
Definition at line 104 of file NetworkOPs.cpp.
| std::shared_ptr<Transaction> const ripple::NetworkOPsImp::TransactionStatus::transaction |
Definition at line 97 of file NetworkOPs.cpp.
| bool const ripple::NetworkOPsImp::TransactionStatus::admin |
Definition at line 98 of file NetworkOPs.cpp.
| bool const ripple::NetworkOPsImp::TransactionStatus::local |
Definition at line 99 of file NetworkOPs.cpp.
| FailHard const ripple::NetworkOPsImp::TransactionStatus::failType |
Definition at line 100 of file NetworkOPs.cpp.
| bool ripple::NetworkOPsImp::TransactionStatus::applied = false |
Definition at line 101 of file NetworkOPs.cpp.
| TER ripple::NetworkOPsImp::TransactionStatus::result |
Definition at line 102 of file NetworkOPs.cpp.