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

Method SignTransaction

src/wallet/scriptpubkeyman.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618bool LegacyScriptPubKeyMan::SignTransaction(CMutableTransaction& tx, const std::map<COutPoint, Coin>& coins, int sighash, std::map<int, bilingual_str>& input_errors) const
619{
620 return ::SignTransaction(tx, this, coins, sighash, Params().HashGenesisBlock(), input_errors);
621}
622
623SigningResult LegacyScriptPubKeyMan::SignMessage(const std::string& message, const PKHash& pkhash, std::string& str_sig) const
624{

Callers

nothing calls this directly

Calls 4

MergeFunction · 0.85
SignTransactionFunction · 0.70
ParamsClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected