|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Namespaces | |
| catapult | |
| catapult::extensions | |
Macros | |
| #define | DEFINE_EXTENSION_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, Extension, DESCRIPTION, CODE, None) |
| Defines an extension validation result with DESCRIPTION and CODE. More... | |
Functions | |
| catapult::extensions::DEFINE_EXTENSION_RESULT (Partial_Transaction_Cache_Prune, 1) | |
| Validation failed because the partial transaction was pruned from the temporal cache. More... | |
| catapult::extensions::DEFINE_EXTENSION_RESULT (Partial_Transaction_Dependency_Removed, 2) | |
| Validation failed because the partial transaction was pruned from the temporal cache due to its dependency being removed. More... | |
| #define DEFINE_EXTENSION_RESULT | ( | DESCRIPTION, | |
| CODE | |||
| ) | DEFINE_VALIDATION_RESULT(Failure, Extension, DESCRIPTION, CODE, None) |
Defines an extension validation result with DESCRIPTION and CODE.