Class SeedQuery
Rpc query to access the seed
Inherited Members
Namespace: Netezos.Rpc.Queries.Post
Assembly: Netezos.dll
Syntax
public class SeedQuery : RpcMethod
Methods
| Improve this Doc View SourcePostAsync()
Gets the seed of the cycle to which the block belongs
Declaration
public Task<dynamic> PostAsync()
Returns
Type | Description |
---|---|
Task<System.Object> |
PostAsync<T>()
Gets the seed of the cycle to which the block belongs
Declaration
public Task<T> PostAsync<T>()
Returns
Type | Description |
---|---|
Task<T> |
Type Parameters
Name | Description |
---|---|
T | Type of the object to deserialize to |