<!--
{
  "availability" : [

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

# blockTip

Called when the chain’s tip is updated.

```
let blockTip: ((SynchronizationState, BlockTreeEntrySnapshot, Double) -> Void)?
```

## Parameters

`state`

Current synchronization state.

`entry`

An owned snapshot of the new tip block tree entry.

`progress`

Verification progress (0.0–1.0).