<!--
{
  "availability" : [

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

# amount

The output amount in satoshis (1 satoshi = 10⁻⁸ BTC). Signed
`Int64` to match Bitcoin Core’s `CAmount`, though negative values
are never valid in consensus.

```
var amount: Int64 { get }
```