Casper.Network.SDK
Show / Hide Table of Contents

Class EraInfo

Auction metadata. Intended to be recorded at each era.

Inheritance
System.Object
EraInfo
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraInfo : object

Properties

SeigniorageAllocations

List of rewards allocated to delegators and validators.

Declaration
public List<SeigniorageAllocation> SeigniorageAllocations { get; set; }
Property Value
Type Description
List<SeigniorageAllocation>
In This Article
Back to top Maintained by MAKE Technology LLC