Class BlockQuery
Rpc query to access block data
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class BlockQuery : RpcObject
Properties
| Improve this Doc View SourceContext
Gets the query to the context associated with the block
Declaration
public ContextQuery Context { get; }
Property Value
Type | Description |
---|---|
ContextQuery |
Hash
Gets the query to the block hash
Declaration
public RpcObject Hash { get; }
Property Value
Type | Description |
---|---|
RpcObject |
Header
Gets the query to the block header
Declaration
public BlockHeaderQuery Header { get; }
Property Value
Type | Description |
---|---|
BlockHeaderQuery |
Helpers
Gets the query to the helpers associated with the block
Declaration
public HelpersQuery Helpers { get; }
Property Value
Type | Description |
---|---|
HelpersQuery |
LiveBlocks
Gets the query to the list of the ancestors of the block which, if referred to as the branch in an operation header, are recent enough for that operation to be included in the current block
Declaration
public RpcObject LiveBlocks { get; }
Property Value
Type | Description |
---|---|
RpcObject |
Metadata
Gets the query to the block metadata
Declaration
public RpcObject Metadata { get; }
Property Value
Type | Description |
---|---|
RpcObject |
Operations
Gets the query to the list of lists of operations in the block
Declaration
public RpcArray<RpcArray<RpcObject>> Operations { get; }
Property Value
Type | Description |
---|---|
RpcArray<RpcArray<RpcObject>> |
OperationsHashes
Gets the query to the list of lists of operations hashes in the block
Declaration
public RpcArray<RpcArray<RpcObject>> OperationsHashes { get; }
Property Value
Type | Description |
---|---|
RpcArray<RpcArray<RpcObject>> |
Protocols
Current and next protocol.
Declaration
public RpcObject Protocols { get; }
Property Value
Type | Description |
---|---|
RpcObject |
Votes
Gets the query to votes data associated with the block
Declaration
public VotesQuery Votes { get; }
Property Value
Type | Description |
---|---|
VotesQuery |