Class UnbondingPurse
Information of an unbonding or delegation withdrawal
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class UnbondingPurse : WithdrawPurse
Properties
| Edit this page View SourceNewValidator
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 |