> ## 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.

# createStellarWallet

> Kotlin Function

**Function**

```kotlin theme={null}
fun createStellarWallet(stellarChain: StellarChain, address: String, type: WalletType, owner: Owner?, config: WalletConfig, transactionOperations: TransactionOperations? = null, balanceOperations: BalanceOperations? = null, signer: Signer? = null, logger: Logger, signerManagementOperations: SignerManagementOperations? = null): StellarWallet
```
