RewardInfo

data class RewardInfo(val srcRewards: String? = null, val destRewards: String? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Parameters

srcRewards
destRewards

Constructors

Link copied to clipboard
constructor(srcRewards: String? = null, destRewards: String? = null)

Properties

Link copied to clipboard
val destRewards: String? = null
Link copied to clipboard
val srcRewards: String? = null