Class InjectionQuery
RPC query to access injections
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class InjectionQuery : RpcObject
Properties
| Improve this Doc View SourceBlock
Gets the query to the block injection
Declaration
public InjectBlockQuery Block { get; }
Property Value
Type | Description |
---|---|
InjectBlockQuery |
Operation
Gets the query to the operation injection
Declaration
public InjectOperationQuery Operation { get; }
Property Value
Type | Description |
---|---|
InjectOperationQuery |
Protocol
Gets the query to the protocol injection
Declaration
public InjectProtocolQuery Protocol { get; }
Property Value
Type | Description |
---|---|
InjectProtocolQuery |