Class Unbond
Assembly: Casper.Network.SDK.dll
Syntax
Properties
|
Edit this page
View Source
Eras
Declaration
[JsonPropertyName("eras")]
public List<UnbondEra> Eras { get; init; }
Property Value
|
Edit this page
View Source
Kind
Declaration
[JsonPropertyName("unbond_kind")]
public UnbondKind Kind { get; init; }
Property Value
|
Edit this page
View Source
Validator
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Validator { get; init; }
Property Value