xrpld
Loading...
Searching...
No Matches
xrpl::STValidation::DeserializeOptions Struct Reference

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.

Detailed Description

Options controlling deserialization of a STValidation.

Definition at line 67 of file STValidation.h.

Member Data Documentation

◆ checkSignature

bool xrpl::STValidation::DeserializeOptions::checkSignature

Whether to verify the data was signed properly.

Definition at line 69 of file STValidation.h.

◆ requireCanonicalOrder

bool xrpl::STValidation::DeserializeOptions::requireCanonicalOrder

Whether to require the fields to be in canonical order.

Definition at line 70 of file STValidation.h.