Casper.Network.SDK
Show / Hide Table of Contents

Class UnbondKind

Inheritance
object
UnbondKind
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 UnbondKind

Properties

| Edit this page View Source

DelegatedPublicKey

Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey DelegatedPublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

DelegatedPurse

Declaration
public string DelegatedPurse { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Validator

Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Validator { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC