Casper.Network.SDK
Show / Hide Table of Contents

Class DelegatorKind

Auction bid variants. Kinds of delegation bids.

Inheritance
object
DelegatorKind
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 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
Type Description
PublicKey
| Edit this page View Source

Purse

Delegation from purse.

Declaration
[JsonPropertyName("Purse")]
public string Purse { get; init; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]
| Edit this page View Source

ToCLValue()

Declaration
public CLValue ToCLValue()
Returns
Type Description
CLValue
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC