Search Results for

    Show / Hide Table of Contents

    Class VotesQuery

    Rpc query to access voting data

    Inheritance
    System.Object
    RpcQuery
    VotesQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class VotesQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    BallotList

    Gets the query to the ballots casted so far during a voting period

    Declaration
    public RpcObject BallotList { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Ballots

    Gets the query to the sum of ballots casted so far during a voting period

    Declaration
    public RpcObject Ballots { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    CurrentPeriodKind

    Gets the query to the current period kind

    Declaration
    public RpcObject CurrentPeriodKind { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    CurrentProposals

    Gets the query to the current proposal under evaluation

    Declaration
    public RpcObject CurrentProposals { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    CurrentQuorum

    Gets the query to the current expected quorum

    Declaration
    public RpcObject CurrentQuorum { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Listings

    Gets the query to the list of delegates with their voting weight, in number of rolls

    Declaration
    public RpcObject Listings { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Proposals

    Gets the query to the list of proposals with number of supporters

    Declaration
    public RpcObject Proposals { get; }
    Property Value
    Type Description
    RpcObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad