<!--
{
  "availability" : [

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

# warningSet

A warning issued during validation.

```
let warningSet: ((Warning, String) -> Void)?
```

## Parameters

`warning`

The warning type.

`message`

Human-readable warning message.