Builds the CScript encoding of this Miniscript expression.
Declared in <script/miniscript.h>
template<typename Ctx>
CScript
ToScript(Ctx const& ctx) const;
The CScript corresponding to this node tree.
| Name | Description |
|---|---|
| ctx | Context providing key and key-hash byte serializations. |