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

Method GetOutputType

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

Source from the content-addressed store, hash-verified

23
24 std::string ToString(bool compat_format) const override { return desc; }
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; }

Callers 7

ExportWatchOnlyWalletFunction · 0.45
GetNewDestinationMethod · 0.45
IsSegwitFunction · 0.45
backup.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected