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

# EVMTransactionInput

<Note>
  **This page has been updated for Wallets SDK V1.** If you are using the previous version,
  see the [previous version of this page](/sdk-reference/wallets/v0/typescript/type-aliases/EVMTransactionInput) or the [V1 migration guide](/wallets/guides/migrate-to-v1).
</Note>

> **EVMTransactionInput** = `EVMTransactionInputBase` & \{ `abi`: `Abi`; `args`: `unknown`\[]; `data`: `` `0x${string}` ``; `functionName`: `string`; `to`: `string`; `value`: `bigint`; } | \{ `transaction`: `string`; }

Defined in: [packages/wallets/src/wallets/types.ts:67](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L67)
