Home
last modified time | relevance | path

Searched defs:utxo (Results 1 – 25 of 97) sorted by relevance

1234

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dutxo.h34 struct utxo { struct
51 /* Block this utxo becomes unreserved, if applicable */ argument
58 /* We lazy-evaluate whether a utxo is really still reserved. */ argument
59 static inline bool utxo_is_reserved(const struct utxo *utxo, u32 current_height) in utxo_is_reserved()
67 static inline bool utxo_is_csv_locked(const struct utxo *utxo, u32 current_height) in utxo_is_csv_locked()
H A Dutxo.c5 void towire_utxo(u8 **pptr, const struct utxo *utxo) in towire_utxo()
32 struct utxo *utxo = tal(ctx, struct utxo); in fromwire_utxo() local
61 size_t utxo_spend_weight(const struct utxo *utxo, size_t min_witness_weight) in utxo_spend_weight()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/integration/rpctest/
H A Dmemwallet.go39 type utxo struct { struct
40 pkScript []byte
41 value btcutil.Amount
42 keyIndex uint32
43 maturityHeight int32
44 isLocked bool
49 func (u *utxo) isMature(height int32) bool {
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dcoinselection.h74 * the change output sometime in the future. */
130 * our own UTXOs more. */
134 /** The minimum number of confirmations the UTXOs in the group have. Unconfirmed is 0. */
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dreservation.c33 const struct utxo *utxo, in json_add_reservestatus()
103 struct utxo *utxo; in json_reserveinputs() local
181 struct utxo *utxo; in json_unreserveinputs() local
495 struct utxo *utxo; in json_fundpsbt() local
591 struct utxo *utxo; in param_txout() local
673 const struct utxo *utxo = utxos[i]; in json_utxopsbt() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dcoinselection.cpp74 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
130 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
134 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dcoinselection.cpp74 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
130 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
134 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
129 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
133 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
129 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
133 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
129 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
133 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dcoinselection.cpp75 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
128 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
132 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
132 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
136 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
132 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
136 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dcoinselection.cpp76 for (const OutputGroup& utxo : utxo_pool) { in SelectCoinsBnB() local
132 OutputGroup& utxo = utxo_pool.at(curr_selection.size() - 1); in SelectCoinsBnB() local
136 OutputGroup& utxo = utxo_pool.at(curr_selection.size()); in SelectCoinsBnB() local
/dports/net-p2p/c-lightning/lightning-0.10.2/devtools/
H A Dmkfunding.c36 const struct utxo *utxo, in tx_spending_utxo()
53 const struct utxo *utxo, in funding_tx()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/node/
H A Dpsbt.h37 void SetInvalid(std::string err_msg)
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/test_framework/
H A Dblocktools.py195 def create_witness_tx(node, use_p2wsh, utxo, pubkey, encode_p2sh, amount): argument
208 def send_to_witness(use_p2wsh, node, utxo, pubkey, encode_p2sh, amount, sign=True, insert_redeem_sc… argument
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/test_framework/
H A Dblocktools.py195 def create_witness_tx(node, use_p2wsh, utxo, pubkey, encode_p2sh, amount): argument
208 def send_to_witness(use_p2wsh, node, utxo, pubkey, encode_p2sh, amount, sign=True, insert_redeem_sc… argument
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/test_framework/
H A Dblocktools.py195 def create_witness_tx(node, use_p2wsh, utxo, pubkey, encode_p2sh, amount): argument
208 def send_to_witness(use_p2wsh, node, utxo, pubkey, encode_p2sh, amount, sign=True, insert_redeem_sc… argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/test_framework/
H A Dblocktools.py202 def create_witness_tx(node, use_p2wsh, utxo, pubkey, encode_p2sh, amount): argument
215 def send_to_witness(use_p2wsh, node, utxo, pubkey, encode_p2sh, amount, sign=True, insert_redeem_sc… argument

1234