Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
governance-validators.cpp File Reference
#include <governance/governance-validators.h>
#include <base58.h>
#include <timedata.h>
#include <tinyformat.h>
#include <utilstrencodings.h>
#include <algorithm>
Include dependency graph for governance-validators.cpp:
Go to the source code of this file.
Variables | |
const size_t | MAX_DATA_SIZE = 512 |
const size_t | MAX_NAME_SIZE = 40 |
Variable Documentation
◆ MAX_DATA_SIZE
const size_t MAX_DATA_SIZE = 512 |
Definition at line 14 of file governance-validators.cpp.
Referenced by CProposalValidator::ParseStrHexData().
◆ MAX_NAME_SIZE
const size_t MAX_NAME_SIZE = 40 |
Definition at line 15 of file governance-validators.cpp.
Referenced by CProposalValidator::ValidateName().