MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsRange

Method IsRange

src/script/descriptor.cpp:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 RawDescriptor(CScript script) : m_script(std::move(script)) {}
191
192 bool IsRange() const override { return false; }
193 std::string ToString() const override { return "raw(" + HexStr(m_script.begin(), m_script.end()) + ")"; }
194 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override { out = ToString(); return true; }
195 bool Expand(int pos, const SigningProvider& arg, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const override

Callers 6

IsRangeMethod · 0.45
IsRangeMethod · 0.45
IsRangeMethod · 0.45
IsRangeMethod · 0.45
CheckFunction · 0.45
scantxoutsetFunction · 0.45

Calls

no outgoing calls

Tested by 1

CheckFunction · 0.36