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

Method signMessage

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

Source from the content-addressed store, hash-verified

166 return false;
167 }
168 SigningResult signMessage(const std::string& message, const PKHash& pkhash, std::string& str_sig) override
169 {
170 return m_wallet->SignMessage(message, pkhash, str_sig);
171 }
172 bool isSpendable(const CTxDestination& dest) override
173 {
174 LOCK(m_wallet->cs_wallet);

Callers 1

Calls 1

SignMessageMethod · 0.45

Tested by

no test coverage detected