Compares two transaction ids for equality.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
bool
operator==(TxidApi const& other) const;
Return Value
True when both ids are identical.
Parameters
Name |
Description |
other |
The txid to compare against. |
Created with MrDocs