Home
last modified time | relevance | path

Searched refs:FundTransaction (Results 1 – 25 of 63) sorted by last modified time

123

/dports/net-p2p/bitcoin/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.13.0.md547 - #7506 `b88e0b0` Use CCoinControl selection in CWallet::FundTransaction (promag)
H A Drelease-notes-0.16.0.md266 - #11864 `2ae58d5` Make CWallet::FundTransaction atomic (promag)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp3068 void FundTransaction(CWallet& wallet, CMutableTransaction& tx, CAmount& fee_out, int& change_positi… in FundTransaction() function
3200 …if (!wallet.FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFromO… in FundTransaction()
3297FundTransaction(*pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_m… in fundrawtransaction()
4180FundTransaction(*pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee … in send()
4480FundTransaction(wallet, rawTx, fee, change_position, request.params[3], coin_control, /* override_… in walletcreatefundedpsbt()
H A Dwallet.h562 …bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bilingual_st…
H A Dspend.cpp924 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili…
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp3068 void FundTransaction(CWallet& wallet, CMutableTransaction& tx, CAmount& fee_out, int& change_positi… in FundTransaction() function
3200 …if (!wallet.FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFromO… in FundTransaction()
3297FundTransaction(*pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_m… in fundrawtransaction()
4180FundTransaction(*pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee … in send()
4480FundTransaction(wallet, rawTx, fee, change_position, request.params[3], coin_control, /* override_… in walletcreatefundedpsbt()
H A Dspend.cpp924 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili… in FundTransaction() function in CWallet
H A Dwallet.h562 …bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bilingual_st…
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.13.0.md547 - #7506 `b88e0b0` Use CCoinControl selection in CWallet::FundTransaction (promag)
H A Drelease-notes-0.16.0.md266 - #11864 `2ae58d5` Make CWallet::FundTransaction atomic (promag)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dspend.cpp924 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili… in FundTransaction() function in CWallet
H A Drpcwallet.cpp3068 void FundTransaction(CWallet& wallet, CMutableTransaction& tx, CAmount& fee_out, int& change_positi… in FundTransaction() function
3200 …if (!wallet.FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFromO… in FundTransaction()
3297FundTransaction(*pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_m… in fundrawtransaction()
4180FundTransaction(*pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee … in send()
4480FundTransaction(wallet, rawTx, fee, change_position, request.params[3], coin_control, /* override_… in walletcreatefundedpsbt()
H A Dwallet.h562 …bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bilingual_st…
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.16.0.md266 - #11864 `2ae58d5` Make CWallet::FundTransaction atomic (promag)
H A Drelease-notes-0.13.0.md547 - #7506 `b88e0b0` Use CCoinControl selection in CWallet::FundTransaction (promag)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp4889 void FundTransaction(CWallet* const pwallet, CMutableTransaction& tx, CAmount& fee_out, int& change… in FundTransaction() function
5002 …if (!pwallet->FundTransaction(tx, fee_out, change_position, strFailReason, lockUnspents, setSubtra… in FundTransaction()
5097 FundTransaction(pwallet, tx, fee, change_position, request.params[1]); in fundrawtransaction()
6153 FundTransaction(pwallet, rawTx, fee, change_position, request.params[3]); in walletcreatefundedpsbt()
H A Dwallet.cpp2752 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, std:… in FundTransaction() function in CWallet
H A Dwallet.h1030 …bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, std::string&…
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp3093 void FundTransaction(CWallet* const pwallet, CMutableTransaction& tx, CAmount& fee_out, int& change… in FundTransaction() function
3220 …if (!pwallet->FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFro… in FundTransaction()
3315FundTransaction(pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_mi… in fundrawtransaction()
4186FundTransaction(pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee *… in send()
4473FundTransaction(pwallet, rawTx, fee, change_position, request.params[3], coin_control, /* override… in walletcreatefundedpsbt()
H A Dwallet.cpp2622 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili… in FundTransaction() function in CWallet
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp2622 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili… in FundTransaction() function in CWallet
H A Dwallet.h940 …bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bilingual_st…
H A Drpcwallet.cpp3093 void FundTransaction(CWallet* const pwallet, CMutableTransaction& tx, CAmount& fee_out, int& change… in FundTransaction() function
3220 …if (!pwallet->FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFro… in FundTransaction()
3315FundTransaction(pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_mi… in fundrawtransaction()
4186FundTransaction(pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee *… in send()
4473FundTransaction(pwallet, rawTx, fee, change_position, request.params[3], coin_control, /* override… in walletcreatefundedpsbt()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp2622 bool CWallet::FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, bili… in FundTransaction() function in CWallet
H A Drpcwallet.cpp3093 void FundTransaction(CWallet* const pwallet, CMutableTransaction& tx, CAmount& fee_out, int& change… in FundTransaction() function
3220 …if (!pwallet->FundTransaction(tx, fee_out, change_position, error, lockUnspents, setSubtractFeeFro… in FundTransaction()
3315FundTransaction(pwallet, tx, fee, change_position, request.params[1], coin_control, /* override_mi… in fundrawtransaction()
4186FundTransaction(pwallet, rawTx, fee, change_position, options, coin_control, /* override_min_fee *… in send()
4473FundTransaction(pwallet, rawTx, fee, change_position, request.params[3], coin_control, /* override… in walletcreatefundedpsbt()

123