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