Class StakingRewardTransferData
Represents a staking reward transfer attached to a transaction — the per-transaction form carried in StakingRewards.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class StakingRewardTransferData
Remarks
Distinct from StakingRewardData, which
is the top-level shape returned by the
/api/v1/accounts/{id}/rewards endpoint and
additionally carries the reward's consensus timestamp.
Properties
| Edit this page View SourceAccount
The account receiving the staking reward
Declaration
[JsonPropertyName("account")]
public EntityId Account { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Amount
The amount of the staking reward in tinybars
Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |