The script context a Miniscript is used under.
Synopsis
Declared in <script/miniscript.h>
enum class MiniscriptContext : int;
Members
Name |
Description |
|
Pay‐to‐Witness‐Script‐Hash (SegWit v0) context. |
|
Tapscript (Taproot leaf script) context. |
Non-Member Functions
Name |
Description |
Whether the context Tapscript, ensuring the only other possibility is P2WSH. |
Created with MrDocs