Skip to main content
Data Class
data class Transfer(val id: String, val type: TransferType, val fromAddress: String, val toAddress: String, val txHash: String, val tokenSymbol: String?, val amount: String, val timestamp: Long)

Constructors

constructor(id: String, type: TransferType, fromAddress: String, toAddress: String, txHash: String, tokenSymbol: String?, amount: String, timestamp: Long)

Properties

amount

val amount: String

fromAddress

val fromAddress: String

id

val id: String

timestamp

val timestamp: Long

toAddress

val toAddress: String

tokenSymbol

val tokenSymbol: String?

txHash

val txHash: String

type

val type: TransferType