Bitcoin ABC
0.30.5
P2P Digital Currency
src
script
script_metrics.h
Go to the documentation of this file.
1
// Copyright (c) 2020 The Bitcoin developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_SCRIPT_SCRIPT_METRICS_H
6
#define BITCOIN_SCRIPT_SCRIPT_METRICS_H
7
12
struct
ScriptExecutionMetrics
{
13
int
nSigChecks
= 0;
14
};
15
16
#endif
// BITCOIN_SCRIPT_SCRIPT_METRICS_H
ScriptExecutionMetrics
Struct for holding cumulative results from executing a script or a sequence of scripts.
Definition:
script_metrics.h:12
ScriptExecutionMetrics::nSigChecks
int nSigChecks
Definition:
script_metrics.h:13
Generated on Wed Nov 20 2024 17:55:59 for Bitcoin ABC by
1.9.4