![]() |
Bitcoin Core
29.1.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| class | transaction_identifier< has_witness > |
| transaction_identifier represents the two canonical transaction identifier types (txid, wtxid). More... | |
Typedefs | |
| using | Txid = transaction_identifier< false > |
| Txid commits to all transaction fields except the witness. More... | |
| using | Wtxid = transaction_identifier< true > |
| Wtxid commits to all transaction fields including the witness. More... | |
| using Txid = transaction_identifier<false> |
Txid commits to all transaction fields except the witness.
Definition at line 71 of file transaction_identifier.h.
| using Wtxid = transaction_identifier<true> |
Wtxid commits to all transaction fields including the witness.
Definition at line 73 of file transaction_identifier.h.
1.8.14