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

Method GetType

src/script/miniscript.h:1617–1617  ·  view source on GitHub ↗

Return the expression type.

Source from the content-addressed store, hash-verified

1615
1616 //! Return the expression type.
1617 Type GetType() const { return typ; }
1618
1619 //! Return the script context for this node.
1620 MiniscriptContext GetMsCtx() const { return m_script_ctx; }

Callers 9

CalcScriptLenMethod · 0.45
CalcTypeMethod · 0.45
ToScriptMethod · 0.45
CalcOpsMethod · 0.45
ProduceInputMethod · 0.45
ParseFunction · 0.45
TestMethod · 0.45
GenNodeFunction · 0.45
TestNodeFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestMethod · 0.36
GenNodeFunction · 0.36
TestNodeFunction · 0.36