Casper.Network.SDK
Show / Hide Table of Contents

Class VestingSchedule

Vesting schedule for a genesis validator. None if non-genesis validator.

Inheritance
object
VestingSchedule
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 VestingSchedule

Properties

| Edit this page View Source

InitialReleaseTimestampMillis

Declaration
[JsonPropertyName("initial_release_timestamp_millis")]
public ulong InitialReleaseTimestampMillis { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

LockedAmounts

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