Bitcoin ABC
0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
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 Sat Nov 23 2024 02:38:00 for Bitcoin ABC by
1.9.8