EthTransactionParam

data class EthTransactionParam(val from: String, val to: String, val gas: String?, val gasPrice: String?, val maxFeePerGas: String?, val maxPriorityFeePerGas: String?, val value: String, val data: String, val nonce: String? = null)

Constructors

Link copied to clipboard
constructor(from: String, to: String, gas: String?, gasPrice: String?, maxFeePerGas: String?, maxPriorityFeePerGas: String?, value: String, data: String, nonce: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gas: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nonce: String? = null
Link copied to clipboard
val to: String
Link copied to clipboard