Transfer

@Serializable
data class Transfer(val address: String, val amount: Int, val type: Int)

Represents a transfer.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(address: String, amount: Int, type: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val amount: Int
Link copied to clipboard
val type: Int