Class UnbondKind
Assembly: Casper.Network.SDK.dll
Syntax
Properties
|
Edit this page
View Source
DelegatedPublicKey
Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey DelegatedPublicKey { get; init; }
Property Value
|
Edit this page
View Source
DelegatedPurse
Declaration
public string DelegatedPurse { get; init; }
Property Value
|
Edit this page
View Source
Validator
Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Validator { get; init; }
Property Value