Casper.Network.SDK
Show / Hide Table of Contents

Class UnbondingPurse

Information of an unbonding or delegation withdrawal

Inheritance
object
WithdrawPurse
UnbondingPurse
Inherited Members
WithdrawPurse.Amount
WithdrawPurse.BondingPurse
WithdrawPurse.EraOfCreation
WithdrawPurse.UnbonderPublicKey
WithdrawPurse.ValidatorPublicKey
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 UnbondingPurse : WithdrawPurse

Properties

| Edit this page View Source

NewValidator

The validator public key to re-delegate to.

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