Search Results for

    Show / Hide Table of Contents

    Class ScriptsQuery

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

    Properties

    | Improve this Doc View Source

    PackData

    Gets the query to the pack data

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

    RunCode

    Gets the query to the code run

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

    RunOperation

    Gets the query to the operation run

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

    RunScriptView

    Gets the query to the script view run

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

    SimulateOperation

    Gets the query to the operation simulation

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

    TraceCode

    Gets the query to the code trace

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

    TypeCheckCode

    Gets the query to the code typecheck

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

    TypeCheckData

    Gets the query to the data typecheck

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