Compares two witnesses for equality.

Synopsis

Declared in <script/script.h>

constexpr
bool
operator==(CScriptWitness const& other) const = default;

Return Value

true if both witness stacks are identical.

Parameters

Name

Description

other

Witness to compare against.

Created with MrDocs