Home
last modified time | relevance | path

Searched refs:rbfState (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp458 RBFTransactionState rbfState = IsRBFOptIn(tx, mempool); in entryToJSON() local
459 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
461 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp458 RBFTransactionState rbfState = IsRBFOptIn(tx, mempool); in entryToJSON() local
459 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
461 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp458 RBFTransactionState rbfState = IsRBFOptIn(tx, mempool); in entryToJSON() local
459 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
461 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp85 RBFTransactionState rbfState = IsRBFOptIn(wtx, mempool); in WalletTxToJSON() local
86 if (rbfState == RBF_TRANSACTIONSTATE_UNKNOWN) in WalletTxToJSON()
88 else if (rbfState == RBF_TRANSACTIONSTATE_REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp85 RBFTransactionState rbfState = IsRBFOptIn(wtx, mempool); in WalletTxToJSON() local
86 if (rbfState == RBF_TRANSACTIONSTATE_UNKNOWN) in WalletTxToJSON()
88 else if (rbfState == RBF_TRANSACTIONSTATE_REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp85 RBFTransactionState rbfState = IsRBFOptIn(wtx, mempool); in WalletTxToJSON() local
86 if (rbfState == RBF_TRANSACTIONSTATE_UNKNOWN) in WalletTxToJSON()
88 else if (rbfState == RBF_TRANSACTIONSTATE_REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp539 RBFTransactionState rbfState = IsRBFOptIn(tx, pool); in entryToJSON() local
540 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
542 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp539 RBFTransactionState rbfState = IsRBFOptIn(tx, pool); in entryToJSON() local
540 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
542 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp539 RBFTransactionState rbfState = IsRBFOptIn(tx, pool); in entryToJSON() local
540 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
542 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp534 RBFTransactionState rbfState = IsRBFOptIn(tx, pool); in entryToJSON() local
535 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
537 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp534 RBFTransactionState rbfState = IsRBFOptIn(tx, pool);
535 if (rbfState == RBFTransactionState::UNKNOWN) {
537 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) {
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp534 RBFTransactionState rbfState = IsRBFOptIn(tx, pool);
535 if (rbfState == RBFTransactionState::UNKNOWN) {
537 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) {
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp128 RBFTransactionState rbfState = IsRBFOptIn(*wtx.tx, mempool); in WalletTxToJSON() local
129 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
131 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp128 RBFTransactionState rbfState = IsRBFOptIn(*wtx.tx, mempool); in WalletTxToJSON() local
129 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
131 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp128 RBFTransactionState rbfState = IsRBFOptIn(*wtx.tx, mempool); in WalletTxToJSON() local
129 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
131 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Dblockchain.cpp610 RBFTransactionState rbfState = IsRBFOptIn(tx, pool); in entryToJSON() local
611 if (rbfState == RBFTransactionState::UNKNOWN) { in entryToJSON()
613 } else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) { in entryToJSON()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp177 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
178 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
180 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp177 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
178 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
180 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp177 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
178 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
180 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp179 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
180 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
182 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp179 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
180 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
182 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp179 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
180 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
182 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp200 RBFTransactionState rbfState = chain.isRBFOptIn(*wtx.tx); in WalletTxToJSON() local
201 if (rbfState == RBFTransactionState::UNKNOWN) in WalletTxToJSON()
203 else if (rbfState == RBFTransactionState::REPLACEABLE_BIP125) in WalletTxToJSON()