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

# StellarWallet

> Swift Class

**Class**

```swift theme={null}
final class StellarWallet
```

## Instance Methods

### sendTransaction(transaction:)

```swift theme={null}
func sendTransaction(transaction: String) async throws(TransactionError) -> TransactionSummary
```

## Type Aliases

### StellarWallet.SpecificChain

Inherited from `WalletOnChain.SpecificChain`.

```swift theme={null}
typealias SpecificChain = StellarChain
```

## Type Methods

### from(wallet:)

```swift theme={null}
static func from(wallet: Wallet) throws(WalletError) -> StellarWallet
```
