Class Reservation
Represents a validator reserving a slot for specific delegator
Assembly: Casper.Network.SDK.dll
Syntax
Properties
|
Edit this page
View Source
DelegationRate
Declaration
[JsonPropertyName("delegation_rate")]
public uint DelegationRate { get; init; }
Property Value
|
Edit this page
View Source
DelegatorKind
The delegator public key or purse.
Declaration
[JsonPropertyName("delegator_kind")]
public DelegatorKind DelegatorKind { get; init; }
Property Value
|
Edit this page
View Source
ValidatorPublicKey
The validator public key.
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey ValidatorPublicKey { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
|
Edit this page
View Source
ToCLValue()
Declaration
public CLValue ToCLValue()
Returns