|
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 | |
| const std::shared_ptr< Transaction > | transaction |
| const bool | admin |
| const bool | local |
| const FailHard | failType |
| bool | applied |
| TER | result |
Transaction with input flags and results to be applied in batches.
Definition at line 78 of file NetworkOPs.cpp.
| ripple::NetworkOPsImp::TransactionStatus::TransactionStatus | ( | std::shared_ptr< Transaction > | t, |
| bool | a, | ||
| bool | l, | ||
| FailHard | f | ||
| ) |
Definition at line 88 of file NetworkOPs.cpp.
| const std::shared_ptr<Transaction> ripple::NetworkOPsImp::TransactionStatus::transaction |
Definition at line 81 of file NetworkOPs.cpp.
| const bool ripple::NetworkOPsImp::TransactionStatus::admin |
Definition at line 82 of file NetworkOPs.cpp.
| const bool ripple::NetworkOPsImp::TransactionStatus::local |
Definition at line 83 of file NetworkOPs.cpp.
| const FailHard ripple::NetworkOPsImp::TransactionStatus::failType |
Definition at line 84 of file NetworkOPs.cpp.
| bool ripple::NetworkOPsImp::TransactionStatus::applied |
Definition at line 85 of file NetworkOPs.cpp.
| TER ripple::NetworkOPsImp::TransactionStatus::result |
Definition at line 86 of file NetworkOPs.cpp.
1.8.17