MobileUnallocatedRewardDetail
Represents a mobile unallocated reward share.
type MobileUnallocatedRewardDetail {
amount: BigInt
unallocatedRewardType: String
}
Fields
MobileUnallocatedRewardDetail.amount
● BigInt
scalar
The amount of the reward.
MobileUnallocatedRewardDetail.unallocatedRewardType
● String
scalar
The type of unallocated reward.
Implemented By
MobileRewardShareDetail
union