Bitcoin ABC 0.30.3
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 397 of file validation.h.
|
inline |
Definition at line 399 of file validation.h.
|
inline |
Definition at line 402 of file validation.h.
|
inlinestatic |
Definition at line 410 of file validation.h.
|
inline |
Definition at line 405 of file validation.h.