Search Results for

    Show / Hide Table of Contents

    Class ParseQuery

    RPC query to get data parsing helpers associated with a block

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

    Properties

    | Improve this Doc View Source

    Block

    Gets the query to the block parsing

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

    Operations

    Gets the query to the operations parsing

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