Class EndorsingRightsQuery
Rpc query to get endorsing rights
Inheritance
System.Object
EndorsingRightsQuery
Assembly: Netmavryk.dll
Syntax
public class EndorsingRightsQuery : RpcObject
Methods
|
Improve this Doc
View Source
GetAsync()
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetAsync()
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetAsync(String)
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetAsync(string baker)
Parameters
| Type |
Name |
Description |
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetAsync<T>()
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetAsync<T>()
Returns
Type Parameters
|
Improve this Doc
View Source
GetAsync<T>(String)
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetAsync<T>(string baker)
Parameters
| Type |
Name |
Description |
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetFromCycleAsync(Int32)
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetFromCycleAsync(int cycle)
Parameters
| Type |
Name |
Description |
| System.Int32 |
cycle |
Cycle at which the endorsing rights are to be returned
|
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetFromCycleAsync(Int32, String)
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetFromCycleAsync(int cycle, string baker)
Parameters
| Type |
Name |
Description |
| System.Int32 |
cycle |
Cycle at which the endorsing rights are to be returned
|
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetFromCycleAsync<T>(Int32)
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetFromCycleAsync<T>(int cycle)
Parameters
| Type |
Name |
Description |
| System.Int32 |
cycle |
Cycle at which the endorsing rights are to be returned
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetFromCycleAsync<T>(Int32, String)
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetFromCycleAsync<T>(int cycle, string baker)
Parameters
| Type |
Name |
Description |
| System.Int32 |
cycle |
Cycle at which the endorsing rights are to be returned
|
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetFromLevelAsync(Int32)
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetFromLevelAsync(int level)
Parameters
| Type |
Name |
Description |
| System.Int32 |
level |
Level of the block at which the endorsing rights are to be returned
|
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetFromLevelAsync(Int32, String)
Executes the query and returns the endorsing rights
Declaration
public Task<dynamic> GetFromLevelAsync(int level, string baker)
Parameters
| Type |
Name |
Description |
| System.Int32 |
level |
Level of the block at which the endorsing rights are to be returned
|
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
| Type |
Description |
| Task<System.Object> |
|
|
Improve this Doc
View Source
GetFromLevelAsync<T>(Int32)
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetFromLevelAsync<T>(int level)
Parameters
| Type |
Name |
Description |
| System.Int32 |
level |
Level of the block at which the endorsing rights are to be returned
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetFromLevelAsync<T>(Int32, String)
Executes the query and returns the endorsing rights
Declaration
public Task<T> GetFromLevelAsync<T>(int level, string baker)
Parameters
| Type |
Name |
Description |
| System.Int32 |
level |
Level of the block at which the endorsing rights are to be returned
|
| System.String |
baker |
Delegate whose endorsing rights are to be returned
|
Returns
Type Parameters