Class DelegatorKind
Auction bid variants. Kinds of delegation bids.
Inheritance
DelegatorKind
Assembly: Casper.Network.SDK.dll
Syntax
public class DelegatorKind
Properties
|
Edit this page
View Source
PublicKey
Delegation from public key.
Declaration
[JsonPropertyName("PublicKey")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
|
Edit this page
View Source
Purse
Declaration
[JsonPropertyName("Purse")]
public string Purse { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
|
Edit this page
View Source
ToCLValue()
Declaration
public CLValue ToCLValue()
Returns