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