Skip to main content
Version: 1.2.1

Type Alias: UnsignedEVMTx

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

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" | "gasLimit" | "value">[]

Defined in: evm/types.ts:10