Class EraInfo
Auction metadata. Intended to be recorded at each era.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraInfo
Properties
| Edit this page View SourceSeigniorageAllocations
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> |