> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WalletConfig

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class WalletConfig(val adminSigner: SignerData, val delegatedSigners: List<DelegatedSignerData> = emptyList())
```

## Constructors

```kotlin theme={null}
constructor(adminSigner: SignerData, delegatedSigners: List<DelegatedSignerData> = emptyList())
```

## Properties

| Property           | Type                        | Description |
| ------------------ | --------------------------- | ----------- |
| `adminSigner`      | `SignerData`                | -           |
| `delegatedSigners` | `List<DelegatedSignerData>` | -           |
