EthereumLitTransaction must be provided to the SignTransaction endpoint when network is evm.

Property

The address the transaction is 'to'

Property

The value of the transaction to be sent

Property

The chain ID of the target chain that the transaction will be executed on

Property

The exact gas price that you are willing to pay to execute the transaction

Property

The maximum gas price that you are willing to pay to execute the transaction

Property

Data in hex format to be included in the transaction

Hierarchy

  • BaseLitTransaction
    • EthereumLitTransaction

Properties

chain: string
chainId: number
dataHex?: string
gasLimit?: number
gasPrice?: string
toAddress: string
value: string

Generated using TypeDoc