Skip to main content

IotGatewayRewardDetail

Represents an IoT gateway reward share.

type IotGatewayRewardDetail {
beaconAmount: BigInt
dcTransferAmount: BigInt
formattedBeaconAmount: String
formattedDcTransferAmount: String
formattedWitnessAmount: String
hotspotKey: String
witnessAmount: BigInt
}

Fields

IotGatewayRewardDetail.beaconAmount ● BigInt scalar

The amount of beacon rewards.

IotGatewayRewardDetail.dcTransferAmount ● BigInt scalar

The amount of DC transfer rewards.

IotGatewayRewardDetail.formattedBeaconAmount ● String scalar

The formatted amount of beacon rewards.

IotGatewayRewardDetail.formattedDcTransferAmount ● String scalar

The formatted amount of DC transfer rewards.

IotGatewayRewardDetail.formattedWitnessAmount ● String scalar

The formatted amount of witness rewards.

IotGatewayRewardDetail.hotspotKey ● String scalar

The key of the hotspot.

IotGatewayRewardDetail.witnessAmount ● BigInt scalar

The amount of witness rewards.

Implemented By

IotRewardShareDetail union