Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <consensus/params.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <optional>
Go to the source code of this file.
Classes | |
class | SignetTxs |
Generate the signet tx corresponding to the given block. More... | |
Functions | |
bool | CheckSignetBlockSolution (const CBlock &block, const Consensus::Params &consensusParams) |
Extract signature and check whether a block has a valid solution. More... | |
bool CheckSignetBlockSolution | ( | const CBlock & | block, |
const Consensus::Params & | consensusParams | ||
) |
Extract signature and check whether a block has a valid solution.
Definition at line 125 of file signet.cpp.