CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::validators | |
Macros | |
#define | DEFINE_SIGNATURE_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, Signature, DESCRIPTION, CODE, None) |
Defines a signature validation result with DESCRIPTION and CODE. More... | |
Functions | |
catapult::validators::DEFINE_SIGNATURE_RESULT (Not_Verifiable, 1) | |
Validation failed because the verification of the signature failed. More... | |
#define DEFINE_SIGNATURE_RESULT | ( | DESCRIPTION, | |
CODE | |||
) | DEFINE_VALIDATION_RESULT(Failure, Signature, DESCRIPTION, CODE, None) |
Defines a signature validation result with DESCRIPTION and CODE.