Skip to main content
Version: 0.96.0

Type Alias: UnsignedEVMTx

UnsignedEVMTx = { family: typeof EVM; transactions: Pick<TransactionRequest, "from" | "to" | "data">[]; }

Defined in: evm/types.ts:8

Type representing a set of unsigned EVM transactions

Properties

family

family: typeof EVM

Defined in: evm/types.ts:9


transactions

transactions: Pick<TransactionRequest, "from" | "to" | "data">[]

Defined in: evm/types.ts:10