btck::Txid::operator!=

Compares two transaction ids for inequality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
operator!=(TxidApi<Txid> const& other) const;

Return Value

True when the ids differ.

Parameters

NameDescription
otherThe txid to compare against.