Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions | Variables
settings.h File Reference
#include <policy/policy.h>
Include dependency graph for settings.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

static int64_t GetVirtualTransactionSize ( int64_t  weight,
int64_t  sigop_cost 
)
inlinestatic

Definition at line 25 of file settings.h.

Here is the caller graph for this function:

static int64_t GetVirtualTransactionSize ( const CTransaction tx,
int64_t  sigop_cost 
)
inlinestatic

Definition at line 30 of file settings.h.

Here is the call graph for this function:

static bool IsStandardTx ( const CTransaction tx,
std::string &  reason 
)
inlinestatic

Definition at line 20 of file settings.h.

Variable Documentation

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.