6 #ifndef BITCOIN_POLICY_SETTINGS_H 7 #define BITCOIN_POLICY_SETTINGS_H 35 #endif // BITCOIN_POLICY_SETTINGS_H CFeeRate incrementalRelayFee
unsigned int nBytesPerSigOp
static bool IsStandardTx(const CTransaction &tx, std::string &reason)
static int64_t GetVirtualTransactionSize(int64_t weight, int64_t sigop_cost)
Fee rate in satoshis per kilobyte: CAmount / kB.
The basic transaction that is broadcasted on the network and contained in blocks. ...