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
Name |
Description |
other |
The txid to compare against. |
Created with MrDocs