PIVX Core  5.6.99
P2P Digital Currency
validation_zerocoin_legacy.h
Go to the documentation of this file.
1 // Copyright (c) 2020-2021 The PIVX Core developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or https://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef PIVX_LEGACY_VALIDATION_ZEROCOIN_LEGACY_H
6 #define PIVX_LEGACY_VALIDATION_ZEROCOIN_LEGACY_H
7 
8 #include "amount.h"
10 #include "txdb.h" // for the zerocoinDB implementation.
11 #include "validationinterface.h"
12 
13 bool DisconnectZerocoinTx(const CTransaction& tx);
14 void CacheAccChecksum(const CBlockIndex* pindex, bool fWrite);
15 
16 #endif // PIVX_LEGACY_VALIDATION_ZEROCOIN_LEGACY_H
The block chain is a tree shaped structure starting with the genesis block at the root,...
Definition: chain.h:139
The basic transaction that is broadcasted on the network and contained in blocks.
Definition: transaction.h:244
void CacheAccChecksum(const CBlockIndex *pindex, bool fWrite)
bool DisconnectZerocoinTx(const CTransaction &tx)