Class DelegatorBid
Represents a party delegating their stake to a validator (or "delegatee
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
|
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
|
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
|
Edit this page
View Source
ValidatorPublicKey
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey ValidatorPublicKey { get; init; }
Property Value
|
Edit this page
View Source
VestingSchedule
Declaration
[JsonPropertyName("vesting_schedule")]
public VestingSchedule VestingSchedule { get; init; }
Property Value