Search Results for

    Show / Hide Table of Contents

    Class ForgeQuery

    RPC query to access forging

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

    Properties

    | Improve this Doc View Source

    BlockHeader

    Gets the query to the block header forging

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

    Operations

    Gets the query to the operations forging

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

    ProtocolData

    Gets the query to the protocol data forging

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