Class ValidatorCredit
Validator credit record.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorCredit
Properties
| Edit this page View SourceAmount
The credit amount.
Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger Amount { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
EraId
The era id the credit was created.
Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
Validator
Validator public key.
Declaration
[JsonPropertyName("validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Validator { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |