6 #ifndef BITCOIN_POLICY_SETTINGS_H
7 #define BITCOIN_POLICY_SETTINGS_H
35 #endif // BITCOIN_POLICY_SETTINGS_H
int64_t GetVirtualTransactionSize(int64_t nWeight, int64_t nSigOpCost, unsigned int bytes_per_sigop)
Compute the virtual transaction size (weight reinterpreted as bytes).
CFeeRate incrementalRelayFee
unsigned int nBytesPerSigOp
Fee rate in satoshis per kilobyte: CAmount / kB.
The basic transaction that is broadcasted on the network and contained in blocks. ...
bool IsStandardTx(const CTransaction &tx, bool permit_bare_multisig, const CFeeRate &dust_relay_fee, std::string &reason)
Check for standard transaction types.