Get the maximum size number of stack elements for satisfying this descriptor.
Synopsis
Declared in <script/descriptor.h>
virtual
std::optional<int64_t>
MaxSatisfactionElems() const = 0;
Return Value
The maximum number of stack elements, or nullopt if unknown.
Created with MrDocs