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

# SolanaWallet

> Swift Class

**Class**

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

## Instance Methods

### sendTransaction(transaction:)

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

### sendTransaction(transaction:)

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

## Type Aliases

### SolanaWallet.SpecificChain

Inherited from `WalletOnChain.SpecificChain`.

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

## Type Methods

### from(wallet:)

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