Get the maximum size of a satisfaction for this descriptor, in weight units.
Declared in <script/descriptor.h>
virtual
std::optional<int64_t>
MaxSatisfactionWeight(bool use_max_sig) const = 0;
The maximum satisfaction weight, or nullopt if unknown.
| Name | Description |
|---|---|
| use_max_sig | Whether to assume ECDSA signatures will have a high-r. |