<!--
{
  "availability" : [

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

# amount

The amount spent (required for Segwit inputs).

```
let amount: BTCAmount?
```