Zero XTransaction
data class ZeroXTransaction(val data: String, val from: String, val gas: String, val gasPrice: String, val to: String, val value: String)
Transaction data for executing a swap.
Parameters
data
The transaction data (calldata).
from
The sender address.
gas
The gas limit.
gas Price
The gas price.
to
The contract address to call.
value
The ETH value to send.