Class ValidatorBid
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorBid
Properties
| Edit this page View SourceBondingPurse
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 |
DelegationRate
The delegation rate.
Declaration
[JsonPropertyName("delegation_rate")]
public uint DelegationRate { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |
Inactive
true if validator has been "evicted"
Declaration
[JsonPropertyName("inactive")]
public bool Inactive { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
MaximumDelegationAmount
Maximum allowed delegation amount in motes
Declaration
[JsonPropertyName("maximum_delegation_amount")]
public ulong MaximumDelegationAmount { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
MinimumDelegationAmount
Minimum allowed delegation amount in motes
Declaration
[JsonPropertyName("minimum_delegation_amount")]
public ulong MinimumDelegationAmount { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
PublicKey
Validator public key.
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |
ReservedSlots
Number of slots reserved for specific delegators
Declaration
[JsonPropertyName("reserved_slots")]
public uint ReservedSlots { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |
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 |