Class DalQuery
Inherited Members
Namespace: Netezos.Rpc.Queries.Dal
Assembly: Netezos.dll
Syntax
public class DalQuery : RpcQuery
Properties
| Improve this Doc View SourceCommitmentsHistory
Gets the query to the (currently last) DAL skip list cell if DAL is enabled, or [None] otherwise.
Declaration
public RpcObject CommitmentsHistory { get; }
Property Value
Type | Description |
---|---|
RpcObject |
PublishedSlotHeaders
Gets the query to the published slots headers for the given level.
Declaration
public PublishedSlotHeadersQuery PublishedSlotHeaders { get; }
Property Value
Type | Description |
---|---|
PublishedSlotHeadersQuery |
Shards
Gets the query to the shards assignment for a given level (the default is the current level) and given delegates (the default is all delegates)
Declaration
public ShardsQuery Shards { get; }
Property Value
Type | Description |
---|---|
ShardsQuery |
SkipListCellsOfLevel
Returns the cells of the DAL skip list constructed during this targeted block and stored in the context. The cells ordering in the list is not specified (not relevant). The list is expected to be empty if the entry is not initialized in the context (yet), or to have a size that coincides with the number of DAL slots otherwise.
Declaration
public RpcObject SkipListCellsOfLevel { get; }
Property Value
Type | Description |
---|---|
RpcObject |