![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <policy/policy.h>Go to the source code of this file.
Functions | |
| static bool | IsStandardTx (const CTransaction &tx, std::string &reason) |
| static int64_t | GetVirtualTransactionSize (int64_t weight, int64_t sigop_cost) |
| static int64_t | GetVirtualTransactionSize (const CTransaction &tx, int64_t sigop_cost) |
Variables | |
| CFeeRate | incrementalRelayFee |
| CFeeRate | dustRelayFee |
| unsigned int | nBytesPerSigOp |
| bool | fIsBareMultisigStd |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 20 of file settings.h.
| CFeeRate dustRelayFee |
Definition at line 13 of file settings.cpp.
| bool fIsBareMultisigStd |
Definition at line 11 of file settings.cpp.
| CFeeRate incrementalRelayFee |
Definition at line 12 of file settings.cpp.
| unsigned int nBytesPerSigOp |
Definition at line 14 of file settings.cpp.
1.8.8