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

Function ScriptToUniv

src/core_write.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void ScriptToUniv(const CScript& script, UniValue& out)
185{
186 ScriptPubKeyToUniv(script, out, /* include_hex */ true, /* include_address */ false);
187}
188
189// ELEMENTS:
190static void SidechainScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool include_hex, bool include_addresses, bool is_parent_chain)

Callers 2

FUZZ_TARGET_INITFunction · 0.85
decodepsbtFunction · 0.85

Calls 1

ScriptPubKeyToUnivFunction · 0.85

Tested by 1

FUZZ_TARGET_INITFunction · 0.68