Search Results for

    Show / Hide Table of Contents

    Class PublishedSlotHeadersQuery

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    PublishedSlotHeadersQuery
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries.Dal
    Assembly: Netezos.dll
    Syntax
    public class PublishedSlotHeadersQuery : RpcObject

    Methods

    | Improve this Doc View Source

    GetAsync(Int32)

    Get the published slots headers for the given level

    Declaration
    public Task<dynamic> GetAsync(int level)
    Parameters
    Type Name Description
    System.Int32 level

    Level of the block

    Returns
    Type Description
    Task<System.Object>
    | Improve this Doc View Source

    GetAsync<T>(Int32)

    Get the published slots headers for the given level

    Declaration
    public Task<T> GetAsync<T>(int level)
    Parameters
    Type Name Description
    System.Int32 level

    Level of the block

    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad