|
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 75 of file NetworkOPs.cpp.
| ripple::NetworkOPsImp::TransactionStatus::TransactionStatus | ( | std::shared_ptr< Transaction > | t, |
| bool | a, | ||
| bool | l, | ||
| FailHard | f | ||
| ) |
Definition at line 85 of file NetworkOPs.cpp.
| std::shared_ptr<Transaction> const ripple::NetworkOPsImp::TransactionStatus::transaction |
Definition at line 78 of file NetworkOPs.cpp.
| bool const ripple::NetworkOPsImp::TransactionStatus::admin |
Definition at line 79 of file NetworkOPs.cpp.
| bool const ripple::NetworkOPsImp::TransactionStatus::local |
Definition at line 80 of file NetworkOPs.cpp.
| FailHard const ripple::NetworkOPsImp::TransactionStatus::failType |
Definition at line 81 of file NetworkOPs.cpp.
| bool ripple::NetworkOPsImp::TransactionStatus::applied = false |
Definition at line 82 of file NetworkOPs.cpp.
| TER ripple::NetworkOPsImp::TransactionStatus::result |
Definition at line 83 of file NetworkOPs.cpp.