Home
last modified time | relevance | path

Searched refs:ismine (Results 26 – 50 of 233) sorted by relevance

12345678910

/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_importdescriptors.py98 ismine=True,
107 test_address(w1, key.p2pkh_addr, solvable=True, ismine=True, labels=["Updated label"])
164 ismine=True,
172 ismine=True,
185 ismine=False)
240 ismine=False,
406 ismine=True)
H A Dfeature_segwit.py587 def mine_and_test_listunspent(self, script_list, ismine): argument
605 if (ismine == 2):
607 elif (ismine == 1):
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/file68/sc68/
H A Dfile68_uri.h57 int (*ismine)(const char *); member
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dtransactiondesc.cpp128 isminetype ismine; in toHTML() local
129 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
134 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dtransactiondesc.cpp128 isminetype ismine; in toHTML() local
129 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
134 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dtransactiondesc.cpp128 isminetype ismine; in toHTML() local
129 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
134 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dtransactiondesc.cpp97 isminetype ismine; in toHTML() local
98 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
103 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dtransactiondesc.cpp97 isminetype ismine; in toHTML() local
98 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
103 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dtransactiondesc.cpp97 isminetype ismine; in toHTML() local
98 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
103 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dtransactiondesc.cpp124 isminetype ismine; in toHTML() local
125 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
130 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dtransactiondesc.cpp124 isminetype ismine; in toHTML() local
125 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
130 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dtransactiondesc.cpp124 isminetype ismine; in toHTML() local
125 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
130 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dtransactiondesc.cpp190 isminetype ismine; in toHTML() local
191 if (wallet.getAddress(address, &name, &ismine, /* purpose= */ nullptr)) in toHTML()
196 … QString addressOwned = ismine == ISMINE_SPENDABLE ? tr("own address") : tr("watch-only"); in toHTML()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/doc/
H A Drelease-notes-namecoin.md50 - `ismine` is no longer added to RPC results if no wallet is associated
84 to `ismine` (with the negated value). This makes it consistent with
85 `name_pending`. In addition, `ismine` has also been added to the other
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/doc/
H A Drelease-notes-namecoin.md50 - `ismine` is no longer added to RPC results if no wallet is associated
84 to `ismine` (with the negated value). This makes it consistent with
85 `name_pending`. In addition, `ismine` has also been added to the other
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/doc/
H A Drelease-notes-namecoin.md50 - `ismine` is no longer added to RPC results if no wallet is associated
84 to `ismine` (with the negated value). This makes it consistent with
85 `name_pending`. In addition, `ismine` has also been added to the other
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/file68/src/
H A Duri68.c328 int res = scheme->ismine(uri); in uri68_vfs_va()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A DMakefile.am129 script/ismine.h \
194 script/ismine.cpp \
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A DMakefile.am129 script/ismine.h \
194 script/ismine.cpp \
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A DMakefile.am129 script/ismine.h \
194 script/ismine.cpp \
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/
H A Dmysqld_exporter_test.go89 world = ismine
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dfeature_segwit.py587 def mine_and_test_listunspent(self, script_list, ismine): argument
605 if (ismine == 2):
607 elif (ismine == 1):
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dfeature_segwit.py531 def mine_and_test_listunspent(self, script_list, ismine): argument
549 if (ismine == 2):
551 elif (ismine == 1):
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dfeature_segwit.py531 def mine_and_test_listunspent(self, script_list, ismine): argument
549 if (ismine == 2):
551 elif (ismine == 1):
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dfeature_segwit.py531 def mine_and_test_listunspent(self, script_list, ismine): argument
549 if (ismine == 2):
551 elif (ismine == 1):

12345678910