Class Proposer
Validator that proposed the block
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Proposer
Properties
| Edit this page View SourceIsSystem
The block was proposed by the system, not a validator
Declaration
public bool IsSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PublicKey
Validator's public key
Declaration
public PublicKey PublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| PublicKey |