Class VestingSchedule
Vesting schedule for a genesis validator. None
if non-genesis validator.
Inheritance
System.Object
VestingSchedule
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class VestingSchedule : object
Properties
InitialReleaseTimestampMillis
Declaration
public ulong InitialReleaseTimestampMillis { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
LockedAmounts
Declaration
public List<BigInteger> LockedAmounts { get; set; }
Property Value
Type | Description |
---|---|
List<BigInteger> |