Search Results for

    Show / Hide Table of Contents

    Class RawVotesQuery

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    DeepRpcObject
    RawVotesQuery
    Inherited Members
    DeepRpcObject.GetAsync(Int32)
    DeepRpcObject.GetAsync<T>(Int32)
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class RawVotesQuery : DeepRpcObject

    Properties

    | Improve this Doc View Source

    Ballots

    Declaration
    public DeepRpcDictionary<string, RpcObject> Ballots { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    CurrentPeriodKind

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

    CurrentProposal

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

    CurrentQuorum

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

    Listings

    Declaration
    public DeepRpcDictionary<string, RpcObject> Listings { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    ListingsSize

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

    Proposals

    Declaration
    public DeepRpcDictionary<string, DeepRpcDictionary<string, RpcObject>> Proposals { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, DeepRpcDictionary<System.String, RpcObject>>
    | Improve this Doc View Source

    ProposalsCount

    Declaration
    public DeepRpcDictionary<string, RpcObject> ProposalsCount { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad