SimulatedTransaction

data class SimulatedTransaction(    val changes: List<SimulatedTransactionChange?>,     val gasUsed: String? = null,     val error: SimulatedTransactionError? = null,     val requestError: SimulatedTransactionError? = null)

Constructors

Link copied to clipboard
constructor(    changes: List<SimulatedTransactionChange?>,     gasUsed: String? = null,     error: SimulatedTransactionError? = null,     requestError: SimulatedTransactionError? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gasUsed: String? = null
Link copied to clipboard