Return the maximum size of the stack during execution of this script.

Synopsis

Declared in <script/miniscript.h>

std::optional<uint32_t>
GetExecStackSize() const;

Return Value

The peak execution stack size, or std::nullopt if no satisfaction exists.

Created with MrDocs