Class VestingSchedule
Vesting schedule for a genesis validator. None if non-genesis validator.
Inheritance
VestingSchedule
Assembly: Casper.Network.SDK.dll
Syntax
public class VestingSchedule
Properties
|
Edit this page
View Source
InitialReleaseTimestampMillis
Declaration
[JsonPropertyName("initial_release_timestamp_millis")]
public ulong InitialReleaseTimestampMillis { get; init; }
Property Value
|
Edit this page
View Source
LockedAmounts
Declaration
[JsonPropertyName("locked_amounts")]
[JsonConverter(typeof(GenericListConverter<BigInteger, BigIntegerConverter>))]
public List<BigInteger> LockedAmounts { get; init; }
Property Value