Casper.Network.SDK
Show / Hide Table of Contents

Class DelegatorBid

Represents a party delegating their stake to a validator (or "delegatee

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

Properties

| Edit this page View Source

BondingPurse

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

DelegatorKind

A Public key or Purse. Origin of the delegation.

Declaration
[JsonPropertyName("delegator_kind")]
public DelegatorKind DelegatorKind { get; init; }
Property Value
Type Description
DelegatorKind
| 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

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