Class UnbondingPurse
Information of an unbonding or delegation withdrawal
Inheritance
System.Object
UnbondingPurse
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class UnbondingPurse : object
Properties
Amount
Unbonding Amount.
Declaration
public BigInteger Amount { get; set; }
Property Value
Type | Description |
---|---|
BigInteger |
BondingPurse
Declaration
public URef BondingPurse { get; set; }
Property Value
Type | Description |
---|---|
URef |
EraOfCreation
Era in which this unbonding request was created.
Declaration
public ulong EraOfCreation { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
NewValidator
The validator public key to re-delegate to.
Declaration
public PublicKey NewValidator { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
UnbonderPublicKey
Unbonder public key.
Declaration
public PublicKey UnbonderPublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
ValidatorPublicKey
Validators public key.
Declaration
public PublicKey ValidatorPublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |