![]() |
Bitcoin Core
26.99.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... | |
Functions | |
Txid | TxidFromString (std::string_view str) |
using Txid = transaction_identifier<false> |
Txid commits to all transaction fields except the witness.
Definition at line 64 of file transaction_identifier.h.
using Wtxid = transaction_identifier<true> |
Wtxid commits to all transaction fields including the witness.
Definition at line 66 of file transaction_identifier.h.
|
inline |
Definition at line 68 of file transaction_identifier.h.