Casper.Network.SDK
Show / Hide Table of Contents

Class Proposer

Validator that proposed the block

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

Properties

| Edit this page View Source

IsSystem

The block was proposed by the system, not a validator

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

PublicKey

Validator's public key

Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC