Bitcoin
|
#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 |
CFeeRate dustRelayFee |
bool fIsBareMultisigStd |
CFeeRate incrementalRelayFee |
unsigned int nBytesPerSigOp |