Transfer

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

Represents a transfer.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

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

Properties

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