Casper.Network.SDK
Show / Hide Table of Contents

Class UnbondEra

Inheritance
object
UnbondEra
Inherited Members
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 UnbondEra

Properties

| Edit this page View Source

Amount

Unbonding Amount

Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger Amount { get; init; }
Property Value
Type Description
BigInteger
| Edit this page View Source

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
| Edit this page View Source

EraOfCreation

Era in which this unbonding request was created.

Declaration
[JsonPropertyName("era_of_creation")]
public ulong EraOfCreation { get; init; }
Property Value
Type Description
ulong
| 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