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 = false |
TER | result |
Transaction with input flags and results to be applied in batches.
Definition at line 85 of file NetworkOPs.cpp.
ripple::NetworkOPsImp::TransactionStatus::TransactionStatus | ( | std::shared_ptr< Transaction > | t, |
bool | a, | ||
bool | l, | ||
FailHard | f | ||
) |
Definition at line 95 of file NetworkOPs.cpp.
const std::shared_ptr<Transaction> ripple::NetworkOPsImp::TransactionStatus::transaction |
Definition at line 88 of file NetworkOPs.cpp.
const bool ripple::NetworkOPsImp::TransactionStatus::admin |
Definition at line 89 of file NetworkOPs.cpp.
const bool ripple::NetworkOPsImp::TransactionStatus::local |
Definition at line 90 of file NetworkOPs.cpp.
const FailHard ripple::NetworkOPsImp::TransactionStatus::failType |
Definition at line 91 of file NetworkOPs.cpp.
bool ripple::NetworkOPsImp::TransactionStatus::applied = false |
Definition at line 92 of file NetworkOPs.cpp.
TER ripple::NetworkOPsImp::TransactionStatus::result |
Definition at line 93 of file NetworkOPs.cpp.