Class UnbondEra
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class UnbondEra
Properties
| Edit this page View SourceAmount
Unbonding Amount
Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger Amount { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
BondingPurse
The purse that was used for bonding.
Declaration
[JsonPropertyName("bonding_purse")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public URef BondingPurse { get; init; }
Property Value
| Type | Description |
|---|---|
| URef |
EraOfCreation
Era in which this unbonding request was created.
Declaration
[JsonPropertyName("era_of_creation")]
public ulong EraOfCreation { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
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 |