Bitcoin ABC  0.29.2
P2P Digital Currency
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 
13  int nSigChecks = 0;
14 };
15 
16 #endif // BITCOIN_SCRIPT_SCRIPT_METRICS_H
Struct for holding cumulative results from executing a script or a sequence of scripts.