IotUnallocatedRewardDetail
Represents an IoT unallocated reward share.
type IotUnallocatedRewardDetail {
amount: BigInt
formattedAmount: String
unallocatedRewardType: String
}
Fields
IotUnallocatedRewardDetail.amount
● BigInt
scalar
The amount of the reward.
IotUnallocatedRewardDetail.formattedAmount
● String
scalar
The formatted amount of the reward.
IotUnallocatedRewardDetail.unallocatedRewardType
● String
scalar
The type of unallocated reward.
Implemented By
IotRewardShareDetail
union