![]() |
Bitcoin ABC 0.32.4
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 404 of file validation.h.
|
inline |
Definition at line 406 of file validation.h.
|
inline |
Definition at line 409 of file validation.h.
|
inlinestatic |
Definition at line 417 of file validation.h.
|
inline |
Definition at line 412 of file validation.h.