Class ParseQuery
RPC query to get data parsing helpers associated with a block
Inherited Members
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class ParseQuery : RpcQuery
Properties
| Improve this Doc View SourceBlock
Gets the query to the block parsing
Declaration
public ParseBlockQuery Block { get; }
Property Value
Type | Description |
---|---|
ParseBlockQuery |
Operations
Gets the query to the operations parsing
Declaration
public ParseOperationsQuery Operations { get; }
Property Value
Type | Description |
---|---|
ParseOperationsQuery |