Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorBid

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

Properties

| Edit this page View Source

BondingPurse

The purse that was used for bonding.

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

DelegationRate

The delegation rate.

Declaration
[JsonPropertyName("delegation_rate")]
public uint DelegationRate { get; init; }
Property Value
Type Description
uint
| Edit this page View Source

Inactive

true if validator has been "evicted"

Declaration
[JsonPropertyName("inactive")]
public bool Inactive { get; init; }
Property Value
Type Description
bool
| Edit this page View Source

MaximumDelegationAmount

Maximum allowed delegation amount in motes

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

MinimumDelegationAmount

Minimum allowed delegation amount in motes

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

PublicKey

Validator public key.

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

ReservedSlots

Number of slots reserved for specific delegators

Declaration
[JsonPropertyName("reserved_slots")]
public uint ReservedSlots { get; init; }
Property Value
Type Description
uint
| Edit this page View Source

StakedAmount

The amount of tokens staked by a validator (not including delegators).

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