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