Search Results for

    Show / Hide Table of Contents

    Class DalQuery

    Inheritance
    System.Object
    RpcQuery
    DalQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries.Dal
    Assembly: Netezos.dll
    Syntax
    public class DalQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    CommitmentsHistory

    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
    | Improve this Doc View Source

    PublishedSlotHeaders

    Gets the query to the published slots headers for the given level.

    Declaration
    public PublishedSlotHeadersQuery PublishedSlotHeaders { get; }
    Property Value
    Type Description
    PublishedSlotHeadersQuery
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad