Class Fault
Generic representation of validator's fault in an era.
Inherited Members
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class Fault
Properties
| Edit this page View SourceEraId
The era in which the fault occurred.
Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
PublicKey
Equivocator public key
Declaration
[JsonPropertyName("public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |
Timestamp
The timestamp in which the fault occurred.
Declaration
[JsonPropertyName("timestamp")]
public string Timestamp { get; init; }
Property Value
| Type | Description |
|---|---|
| string |