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