Show / Hide Table of Contents

    Interface IApiAccessor

    Represents configuration aspects required to interact with the API endpoints.

    Namespace: Algorand.Client
    Assembly: Algorand.dll
    Syntax
    public interface IApiAccessor

    Properties

    | Improve this Doc View Source

    Configuration

    Gets or sets the configuration object

    Declaration
    Configuration Configuration { get; set; }
    Property Value
    Type Description
    Configuration

    An instance of the Configuration

    | Improve this Doc View Source

    ExceptionFactory

    Provides a factory method hook for the creation of exceptions.

    Declaration
    ExceptionFactory ExceptionFactory { get; set; }
    Property Value
    Type Description
    ExceptionFactory

    Methods

    | Improve this Doc View Source

    GetBasePath()

    Gets the base path of the API client.

    Declaration
    string GetBasePath()
    Returns
    Type Description
    System.String

    The base path

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX