Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

providertx.h File Reference
#include <bls/bls.h>
#include <consensus/validation.h>
#include <primitives/transaction.h>
#include <base58.h>
#include <netaddress.h>
#include <pubkey.h>
#include <univalue.h>
+ Include dependency graph for providertx.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CProRegTx
 
class  CProUpServTx
 
class  CProUpRegTx
 
class  CProUpRevTx
 

Functions

bool CheckProRegTx (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 
bool CheckProUpServTx (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 
bool CheckProUpRegTx (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 
bool CheckProUpRevTx (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 

Function Documentation

◆ CheckProRegTx()

◆ CheckProUpRegTx()

◆ CheckProUpRevTx()

◆ CheckProUpServTx()

Released under the MIT license