Casper.Network.SDK
Show / Hide Table of Contents

Class Fault

Generic representation of validator's fault in an era.

Inheritance
object
Fault
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.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class Fault

Properties

| Edit this page View Source

EraId

The era in which the fault occurred.

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

PublicKey

Equivocator public key

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

Timestamp

The timestamp in which the fault occurred.

Declaration
[JsonPropertyName("timestamp")]
public string Timestamp { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC