<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/TransactionOutPoint/txid",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel19TransactionOutPointC4txidAA4TxidCvp"
  },
  "title" : "txid"
}
-->

# txid

The TXID of the referenced transaction as an owned copy. For
coinbase outpoints, all 32 bytes are zero.

```
var txid: Txid { get }
```