Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorCredit

Validator credit record.

Inheritance
object
ValidatorCredit
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 ValidatorCredit

Properties

| Edit this page View Source

Amount

The credit amount.

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

EraId

The era id the credit was created.

Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

Validator

Validator public key.

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