<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/DecodedTransaction/weight",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin18DecodedTransactionV6weightSivp"
  },
  "title" : "weight"
}
-->

# weight

The transaction’s weight (between `vsize*4-3` and `vsize*4`).

```
let weight: Int
```