Show / Hide Table of Contents

    Interface IScoredCandidateDelta

    Namespace: Catalyst.Abstractions.Consensus.Deltas
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IScoredCandidateDelta

    Properties

    | Improve this Doc View Source

    Candidate

    Declaration
    CandidateDeltaBroadcast Candidate { get; }
    Property Value
    Type Description
    CandidateDeltaBroadcast
    | Improve this Doc View Source

    Score

    Declaration
    int Score { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    IncreasePopularity(Int32)

    Declaration
    int IncreasePopularity(int voteCount)
    Parameters
    Type Name Description
    System.Int32 voteCount
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network