ZeroXTransaction

constructor(data: String, from: String, gas: String, gasPrice: String, to: String, value: String)

Parameters

data

The transaction data (calldata).

from

The sender address.

gas

The gas limit.

gasPrice

The gas price.

to

The contract address to call.

value

The ETH value to send.