Casper.Network.SDK
Show / Hide Table of Contents

Class Delegator

A delegator associated with the given validator.

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

Properties

| Edit this page View Source

BondingPurse

The purse that was used for delegating.

Declaration
[JsonPropertyName("bonding_purse")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public URef BondingPurse { get; init; }
Property Value
Type Description
URef
| Edit this page View Source

DelegatorPublicKey

Public Key of the delegator

Declaration
[JsonPropertyName("delegator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey DelegatorPublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

StakedAmount

Amount of Casper token (in motes) delegated

Declaration
[JsonPropertyName("staked_amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger StakedAmount { get; init; }
Property Value
Type Description
BigInteger
| Edit this page View Source

ValidatorPublicKey

Public key of the validator

Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey ValidatorPublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

VestingSchedule

Declaration
[JsonPropertyName("vesting_schedule")]
public VestingSchedule VestingSchedule { get; init; }
Property Value
Type Description
VestingSchedule
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC