Search Results for

    Show / Hide Table of Contents

    Class HelpersQuery

    RPC query to get helpers associated with a block

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

    Properties

    | Improve this Doc View Source

    AttestationRights

    Gets the query to the attestation rights

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

    BakingRights

    Gets the query to the baking rights

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

    ConsecutiveRoundZero

    Returns the number of blocks consecutively baked at round zero.

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

    CurrentLevel

    Returns the level of the interrogated block.

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

    Forge

    Gets the query to the forging

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

    LevelsInCurrentCycle

    Levels of a cycle

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

    Parse

    Gets the query to the parsing

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

    Preapply

    Gets the query to the pre-applying

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

    Scripts

    Gets the query to scripts

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

    Validators

    Gets the query to validators

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