Class StakingRewardData
Represents a staking reward attached to a transaction.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class StakingRewardData
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 |