ConstructedEipTransaction

constructor(from: String, to: String, data: String? = null, value: String? = null)

Parameters

from

The sender address.

to

The recipient/contract address.

data

Optional calldata for the transaction.

value

Optional value in wei (hex string).