Enum class for return value from applyTransaction
enum ApplyResult
Name |
Description |
---|---|
Success |
Applied to this ledger. |
Fail |
Should not be retried in this ledger. |
Retry |
Should be retried in this ledger. |
#include <ripple/app/tx/apply.h>