<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/WalletInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin10WalletInfoV"
  },
  "title" : "WalletInfo"
}
-->

# WalletInfo

Wallet state information from `getwalletinfo`.

```
struct WalletInfo
```

## Overview> Note: Targets Bitcoin Core v31.x.

> Note: The `scanning` field is omitted because it is polymorphic (`false` or `{duration, progress}`).