PSBTOutput::operator==

Compare two outputs for equality field by field.

Synopsis

Declared in <psbt.h>

bool
operator==(PSBTOutput const& other) const = default;

Return Value

True if all fields are equal.

Parameters

NameDescription
otherThe output to compare against.