Show / Hide Table of Contents

    Class PhaseName

    Inheritance
    System.Object
    Enumeration
    PhaseName
    Implements
    IEnumeration
    System.IEquatable<Enumeration>
    IPhaseName
    Inherited Members
    Enumeration.Name
    Enumeration.Id
    Enumeration.ToString()
    Enumeration.TryParse<T>(String, T, StringComparison)
    Enumeration.Parse<T>(String, StringComparison)
    Enumeration.GetAll<T>()
    Enumeration.Equals(Enumeration)
    Enumeration.Equals(Object)
    Enumeration.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Core.Modules.Consensus.Cycle
    Assembly: Catalyst.Core.Modules.Consensus.dll
    Syntax
    public class PhaseName : Enumeration, IEnumeration, IEquatable<Enumeration>, IPhaseName

    Fields

    | Improve this Doc View Source

    Campaigning

    During this phase, delta producers are promoting their own version of the delta and receiving versions from other producers

    Declaration
    public static readonly PhaseName Campaigning
    Field Value
    Type Description
    PhaseName
    | Improve this Doc View Source

    Construction

    During this phase, delta producers are building their own version of the delta

    Declaration
    public static readonly PhaseName Construction
    Field Value
    Type Description
    PhaseName
    | Improve this Doc View Source

    Synchronisation

    During this phase, delta producers are broadcasting and receiving the elected candidate delta, and ensuring it makes its way onto the DFS.

    Declaration
    public static readonly PhaseName Synchronisation
    Field Value
    Type Description
    PhaseName
    | Improve this Doc View Source

    Voting

    During this phase, delta producers are voting for what they think is the most popular candidate delta amongst deltas received in the campaigning phase.

    Declaration
    public static readonly PhaseName Voting
    Field Value
    Type Description
    PhaseName

    Implements

    IEnumeration
    System.IEquatable<T>
    IPhaseName
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network