Skip to main content
Version: 1.0.0

Type Alias: UnsignedEVMTx

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

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

Defined in: evm/types.ts:10