Show / Hide Table of Contents

Class StakingRewardData

Represents a staking reward attached to a transaction.

Inheritance
object
StakingRewardData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class StakingRewardData

Properties

| Edit this page View Source

Account

The account receiving the staking reward

Declaration
[JsonPropertyName("account")]
public EntityId Account { get; set; }
Property Value
Type Description
EntityId
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph