Inheritance
System.Object
PublishedSlotHeadersQuery
Assembly: Netezos.dll
public class PublishedSlotHeadersQuery : RpcObject
Methods
|
Improve this Doc
View Source
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
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 Parameters