Search Results for

    Show / Hide Table of Contents

    Class AttestationRightsQuery

    Rpc query to get attestation rights

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    AttestationRightsQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    | 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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    | 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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    | 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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    | 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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    | 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 Description
    Task<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad