Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <validation.h>
Public Member Functions | |
TxSigCheckLimiter () | |
TxSigCheckLimiter (const TxSigCheckLimiter &rhs) | |
TxSigCheckLimiter & | operator= (const TxSigCheckLimiter &rhs) |
Public Member Functions inherited from CheckInputsLimiter | |
CheckInputsLimiter (int64_t limit) | |
bool | consume_and_check (int consumed) |
bool | check () |
Static Public Member Functions | |
static TxSigCheckLimiter | getDisabled () |
Additional Inherited Members | |
Protected Attributes inherited from CheckInputsLimiter | |
std::atomic< int64_t > | remaining |
Definition at line 398 of file validation.h.
|
inline |
Definition at line 400 of file validation.h.
|
inline |
Definition at line 403 of file validation.h.
|
inlinestatic |
Definition at line 411 of file validation.h.
|
inline |
Definition at line 406 of file validation.h.