CRTP mixin adding transaction-id operations shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TxidApi;
| Name | Description |
|---|---|
ToBytes | Returns the raw 32-byte transaction id. |
operator== | Compares two transaction ids for equality. |
operator!= | Compares two transaction ids for inequality. |
| Name | Description |
|---|---|
Derived |