Returns true if the given buried deployment identifier is a valid enumerator.
Synopsis
Declared in <consensus/params.h>
constexpr
bool
ValidDeployment(BuriedDeployment dep);
Return Value
true if dep is a recognized BuriedDeployment value.
Parameters
Name |
Description |
dep |
The buried deployment to check. |
Created with MrDocs