Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

VBDeploymentInfo Struct Reference

#include <versionbits.h>

Public Attributes

const char * name
 Deployment name. More...
 
bool gbt_force
 Whether GBT clients can safely ignore this rule in simplified usage. More...
 
bool check_mn_protocol
 Whether to check current MN protocol or not. More...
 

Detailed Description

Definition at line 33 of file versionbits.h.

Member Data Documentation

◆ check_mn_protocol

bool VBDeploymentInfo::check_mn_protocol

Whether to check current MN protocol or not.

Definition at line 39 of file versionbits.h.

Referenced by ComputeBlockVersion().

◆ gbt_force

bool VBDeploymentInfo::gbt_force

Whether GBT clients can safely ignore this rule in simplified usage.

Definition at line 37 of file versionbits.h.

Referenced by gbt_vb_name(), and getblocktemplate().

◆ name

const char* VBDeploymentInfo::name

Deployment name.

Definition at line 35 of file versionbits.h.

Referenced by gbt_vb_name(), and getblocktemplate().


The documentation for this struct was generated from the following file:
Released under the MIT license