|
xrpld
|
Options controlling deserialization of a STValidation. More...
#include <STValidation.h>
Public Attributes | |
| bool | checkSignature |
| Whether to verify the data was signed properly. | |
| bool | requireCanonicalOrder |
| Whether to require the fields to be in canonical order. | |
Options controlling deserialization of a STValidation.
Definition at line 67 of file STValidation.h.
| bool xrpl::STValidation::DeserializeOptions::checkSignature |
Whether to verify the data was signed properly.
Definition at line 69 of file STValidation.h.
| bool xrpl::STValidation::DeserializeOptions::requireCanonicalOrder |
Whether to require the fields to be in canonical order.
Definition at line 70 of file STValidation.h.