Check whether the given transaction would satisfy the mempool's cluster policy limits.
Synopsis
Declared in <txmempool.h>
bool
CheckPolicyLimits(CTransactionRef const& tx);
Return Value
true if the transaction passes the policy limits.
Parameters
Name |
Description |
tx |
The transaction to test. |
Created with MrDocs