Class BlockHeaderQuery
Rpc query to access block header data
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class BlockHeaderQuery : RpcObjectRaw
Properties
| Improve this Doc View SourceProtocolData
Gets the query to the protocol data
Declaration
public RpcObjectRaw ProtocolData { get; }
Property Value
Type | Description |
---|---|
RpcObjectRaw |
Shell
Gets the query to the shell data
Declaration
public RpcObject Shell { get; }
Property Value
Type | Description |
---|---|
RpcObject |