Home
last modified time | relevance | path

Searched refs:tx_to_spend (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend; in Create() local
71 tx_to_spend.nVersion = 0; in Create()
72 tx_to_spend.nLockTime = 0; in Create()
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0); in Create()
74 tx_to_spend.vout.emplace_back(0, challenge); in Create()
117 tx_to_spend.vin[0].scriptSig << block_data; in Create()
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0); in Create()
120 return SignetTxs{tx_to_spend, tx_spending}; in Create()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend; in Create() local
71 tx_to_spend.nVersion = 0; in Create()
72 tx_to_spend.nLockTime = 0; in Create()
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0); in Create()
74 tx_to_spend.vout.emplace_back(0, challenge); in Create()
117 tx_to_spend.vin[0].scriptSig << block_data; in Create()
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0); in Create()
120 return SignetTxs{tx_to_spend, tx_spending}; in Create()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend; in Create() local
71 tx_to_spend.nVersion = 0; in Create()
72 tx_to_spend.nLockTime = 0; in Create()
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0); in Create()
74 tx_to_spend.vout.emplace_back(0, challenge); in Create()
117 tx_to_spend.vin[0].scriptSig << block_data; in Create()
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0); in Create()
120 return SignetTxs{tx_to_spend, tx_spending}; in Create()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend; in Create() local
71 tx_to_spend.nVersion = 0; in Create()
72 tx_to_spend.nLockTime = 0; in Create()
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0); in Create()
74 tx_to_spend.vout.emplace_back(0, challenge); in Create()
117 tx_to_spend.vin[0].scriptSig << block_data; in Create()
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0); in Create()
120 return SignetTxs{tx_to_spend, tx_spending}; in Create()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend;
71 tx_to_spend.nVersion = 0;
72 tx_to_spend.nLockTime = 0;
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0);
74 tx_to_spend.vout.emplace_back(0, challenge);
117 tx_to_spend.vin[0].scriptSig << block_data;
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0);
120 return SignetTxs{tx_to_spend, tx_spending};
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dsignet.cpp70 CMutableTransaction tx_to_spend; in Create() local
71 tx_to_spend.nVersion = 0; in Create()
72 tx_to_spend.nLockTime = 0; in Create()
73 tx_to_spend.vin.emplace_back(COutPoint(), CScript(OP_0), 0); in Create()
74 tx_to_spend.vout.emplace_back(0, challenge); in Create()
117 tx_to_spend.vin[0].scriptSig << block_data; in Create()
118 tx_spending.vin[0].prevout = COutPoint(tx_to_spend.GetHash(), 0); in Create()
120 return SignetTxs{tx_to_spend, tx_spending}; in Create()