Class Proposer
Validator that proposed the block
Inheritance
System.Object
Proposer
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Proposer : object
Properties
isSystem
Declaration
public bool isSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSystem
The block was proposed by the system, not a validator
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PublicKey
Validator's public key
Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |