Class Fault
Generic representation of validator's fault in an era.
Inheritance
System.Object
Fault
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class Fault : object
Properties
EraId
The era in which the fault occurred.
Declaration
public ulong EraId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
PublicKey
Equivocator public key
Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
Timestamp
The timestamp in which the fault occurred.
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |