Home
last modified time | relevance | path

Searched refs:pk_hash_only (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Daddresstablemodel.cpp78 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in InitSeparator()
84 if (pk_hash_only && !std::holds_alternative<PKHash>(address.dest)) { in InitSeparator()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) :
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only);
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h155 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp588 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
590 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Daddresstablemodel.cpp78 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in refreshAddressTable() argument
84 if (pk_hash_only && !std::holds_alternative<PKHash>(address.dest)) { in refreshAddressTable()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) : in AddressTableModel() argument
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only); in AddressTableModel()
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h155 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp588 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
590 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Daddresstablemodel.cpp78 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in refreshAddressTable() argument
84 if (pk_hash_only && !std::holds_alternative<PKHash>(address.dest)) { in refreshAddressTable()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) : in AddressTableModel() argument
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only); in AddressTableModel()
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h155 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp588 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
590 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Daddresstablemodel.cpp79 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in refreshAddressTable() argument
85 if (pk_hash_only && address.dest.type() != typeid(PKHash)) in refreshAddressTable()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) : in AddressTableModel() argument
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only); in AddressTableModel()
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h157 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp587 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
589 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Daddresstablemodel.cpp79 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in refreshAddressTable() argument
85 if (pk_hash_only && address.dest.type() != typeid(PKHash)) in refreshAddressTable()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) : in AddressTableModel() argument
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only); in AddressTableModel()
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h157 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp587 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
589 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Daddresstablemodel.cpp79 void refreshAddressTable(interfaces::Wallet& wallet, bool pk_hash_only = false) in refreshAddressTable() argument
85 if (pk_hash_only && address.dest.type() != typeid(PKHash)) in refreshAddressTable()
165 AddressTableModel::AddressTableModel(WalletModel *parent, bool pk_hash_only) : in AddressTableModel() argument
170 priv->refreshAddressTable(parent->wallet(), pk_hash_only); in AddressTableModel()
H A Daddresstablemodel.h28 explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
H A Dwalletmodel.h157 void refresh(bool pk_hash_only = false);
H A Dwalletmodel.cpp587 void WalletModel::refresh(bool pk_hash_only) in refresh() argument
589 addressTableModel = new AddressTableModel(this, pk_hash_only); in refresh()