Bitcoin Core  0.19.99
P2P Digital Currency
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

◆ GetVirtualTransactionSize() [1/2]

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:

◆ GetVirtualTransactionSize() [2/2]

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:

◆ IsStandardTx()

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

Definition at line 20 of file settings.h.

Variable Documentation

◆ dustRelayFee

CFeeRate dustRelayFee

Definition at line 13 of file settings.cpp.

◆ fIsBareMultisigStd

bool fIsBareMultisigStd

Definition at line 11 of file settings.cpp.

◆ incrementalRelayFee

CFeeRate incrementalRelayFee

Definition at line 12 of file settings.cpp.

◆ nBytesPerSigOp

unsigned int nBytesPerSigOp

Definition at line 14 of file settings.cpp.