SimulatedTransactionChange

data class SimulatedTransactionChange(val amount: String? = null, val assetType: String? = null, val changeType: String? = null, val contractAddress: String? = null, val decimals: Int? = null, val from: String? = null, val name: String? = null, val rawAmount: String? = null, val symbol: String? = null, val to: String? = null, val tokenId: Int? = null)

Constructors

Link copied to clipboard
constructor(amount: String? = null, assetType: String? = null, changeType: String? = null, contractAddress: String? = null, decimals: Int? = null, from: String? = null, name: String? = null, rawAmount: String? = null, symbol: String? = null, to: String? = null, tokenId: Int? = null)

Properties

Link copied to clipboard
val amount: String? = null
Link copied to clipboard
val assetType: String? = null
Link copied to clipboard
val changeType: String? = null
Link copied to clipboard
val contractAddress: String? = null
Link copied to clipboard
val decimals: Int? = null
Link copied to clipboard
val from: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val rawAmount: String? = null
Link copied to clipboard
val symbol: String? = null
Link copied to clipboard
val to: String? = null
Link copied to clipboard
val tokenId: Int? = null