Casper.Network.SDK
Show / Hide Table of Contents

Class WithdrawPurse

Information of a delegation withdrawal (legacy structure)

Inheritance
object
WithdrawPurse
UnbondingPurse
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 WithdrawPurse

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

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

UnbonderPublicKey

Unbonder public key.

Declaration
[JsonPropertyName("unbonder_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey UnbonderPublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

ValidatorPublicKey

Validators public key.

Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey ValidatorPublicKey { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC