Casper.Network.SDK
Show / Hide Table of Contents

Class EraInfo

Auction metadata. Intended to be recorded at each era.

Inheritance
object
EraInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraInfo

Properties

| Edit this page View Source

SeigniorageAllocations

List of rewards allocated to delegators and validators.

Declaration
[JsonPropertyName("seigniorage_allocations")]
[JsonConverter(typeof(GenericListConverter<SeigniorageAllocation, SeigniorageAllocation.SeigniorageAllocationConverter>))]
public List<SeigniorageAllocation> SeigniorageAllocations { get; init; }
Property Value
Type Description
List<SeigniorageAllocation>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC