MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsRange

Method IsRange

src/wallet/test/walletload_tests.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 std::optional<OutputType> GetOutputType() const override { return OutputType::UNKNOWN; }
26
27 bool IsRange() const override { return false; }
28 bool IsSolvable() const override { return false; }
29 bool IsSingleType() const override { return true; }
30 bool HavePrivateKeys(const SigningProvider&) const override { return false; }

Callers 8

ExportDescriptorsFunction · 0.45
TopUpWithDBMethod · 0.45
IsHDEnabledMethod · 0.45
CanGetAddressesMethod · 0.45
AddWalletDescriptorMethod · 0.45
wallet.cppFile · 0.45
backup.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected