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

# EVMTransactionParams

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class EVMTransactionParams(val calls: List<Call>, val chain: EVMChain, val signer: String) : TransactionParams
```

## Constructors

```kotlin theme={null}
constructor(calls: List<Call>, chain: EVMChain, signer: String)
```

## Properties

### calls

```kotlin theme={null}
val calls: List<Call>
```

### chain

```kotlin theme={null}
val chain: EVMChain
```

### signer

```kotlin theme={null}
open override val signer: String
```
