BalanceChange

@Serializable
data class BalanceChange(val owner: Owner, val coinType: String, val amount: String)

Constructors

Link copied to clipboard
constructor(owner: Owner, coinType: String, amount: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = OwnerSerializer::class)
val owner: Owner