PSBTInput::operator==

Compare two inputs for equality field by field.

Synopsis

Declared in <psbt.h>

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

Return Value

True if all fields are equal.

Parameters

NameDescription
otherThe input to compare against.