Class WithdrawPurse
Information of a delegation withdrawal (legacy structure)
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class WithdrawPurse
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
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 |
UnbonderPublicKey
Unbonder public key.
Declaration
[JsonPropertyName("unbonder_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey UnbonderPublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |
ValidatorPublicKey
Validators public key.
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey ValidatorPublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |