Search Results for

    Show / Hide Table of Contents

    Class InjectionQuery

    RPC query to access injections

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

    Properties

    | Improve this Doc View Source

    Block

    Gets the query to the block injection

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

    Operation

    Gets the query to the operation injection

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

    Protocol

    Gets the query to the protocol injection

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