<!--
{
  "availability" : [

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

# vsize

The virtual transaction size (differs from size for witness transactions).

```
let vsize: Int
```