MCPcopy Create free account
hub / github.com/ElementsProject/elements / hasExternalSigner

Method hasExternalSigner

src/wallet/interfaces.cpp:475–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 bool hdEnabled() override { return m_wallet->IsHDEnabled(); }
474 bool canGetAddresses() override { return m_wallet->CanGetAddresses(); }
475 bool hasExternalSigner() override { return m_wallet->IsWalletFlagSet(WALLET_FLAG_EXTERNAL_SIGNER); }
476 bool privateKeysDisabled() override { return m_wallet->IsWalletFlagSet(WALLET_FLAG_DISABLE_PRIVATE_KEYS); }
477 bool taprootEnabled() override {
478 if (m_wallet->IsLegacy()) return false;

Callers 7

setInfoMethod · 0.80
setModelMethod · 0.80
PrepareSendTextMethod · 0.80
sendButtonClickedMethod · 0.80
setBalanceMethod · 0.80
useAvailableBalanceMethod · 0.80

Calls 1

IsWalletFlagSetMethod · 0.80

Tested by

no test coverage detected