Show / Hide Table of Contents

    Class AlgodApi

    an AlgodClient for communicating with the REST API.

    Inheritance
    System.Object
    DefaultApi
    AlgodApi
    Implements
    IDefaultApi
    IApiAccessor
    Inherited Members
    DefaultApi.GetBasePath()
    DefaultApi.SetBasePath(String)
    DefaultApi.Configuration
    DefaultApi.ExceptionFactory
    DefaultApi.DefaultHeader()
    DefaultApi.AddDefaultHeader(String, String)
    DefaultApi.AccountInformation(String, String)
    DefaultApi.AccountInformationWithHttpInfo(String, String)
    DefaultApi.AccountInformationAsync(String, String)
    DefaultApi.AccountInformationAsyncWithHttpInfo(String, String)
    DefaultApi.GetApplicationByID(Nullable<Int64>)
    DefaultApi.GetApplicationByIDWithHttpInfo(Nullable<Int64>)
    DefaultApi.GetApplicationByIDAsync(Nullable<Int64>)
    DefaultApi.GetApplicationByIDAsyncWithHttpInfo(Nullable<Int64>)
    DefaultApi.GetAssetByID(Nullable<Int64>)
    DefaultApi.GetAssetByIDWithHttpInfo(Nullable<Int64>)
    DefaultApi.GetAssetByIDAsync(Nullable<Int64>)
    DefaultApi.GetAssetByIDAsyncWithHttpInfo(Nullable<Int64>)
    DefaultApi.GetBlock(Nullable<Int64>, String)
    DefaultApi.GetBlockWithHttpInfo(Nullable<Int64>, String)
    DefaultApi.GetBlockAsync(Nullable<Int64>, String)
    DefaultApi.GetBlockAsyncWithHttpInfo(Nullable<Int64>, String)
    DefaultApi.GetPendingTransactions(Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsWithHttpInfo(Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsAsync(Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsAsyncWithHttpInfo(Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsByAddress(String, Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsByAddressWithHttpInfo(String, Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsByAddressAsync(String, Nullable<Int64>, String)
    DefaultApi.GetPendingTransactionsByAddressAsyncWithHttpInfo(String, Nullable<Int64>, String)
    DefaultApi.GetStatus()
    DefaultApi.GetStatusWithHttpInfo()
    DefaultApi.GetStatusAsync()
    DefaultApi.GetStatusAsyncWithHttpInfo()
    DefaultApi.GetSupply()
    DefaultApi.GetSupplyWithHttpInfo()
    DefaultApi.GetSupplyAsync()
    DefaultApi.GetSupplyAsyncWithHttpInfo()
    DefaultApi.PendingTransactionInformation(String, String)
    DefaultApi.PendingTransactionInformationWithHttpInfo(String, String)
    DefaultApi.PendingTransactionInformationAsync(String, String)
    DefaultApi.PendingTransactionInformationAsyncWithHttpInfo(String, String)
    DefaultApi.RawTransaction(Byte[])
    DefaultApi.RawTransactionWithHttpInfo(Byte[])
    DefaultApi.RawTransactionAsync(Byte[])
    DefaultApi.RawTransactionAsyncWithHttpInfo(Byte[])
    DefaultApi.TealCompile(Byte[])
    DefaultApi.TealCompileWithHttpInfo(Byte[])
    DefaultApi.TealCompileAsync(Byte[])
    DefaultApi.TealCompileAsyncWithHttpInfo(Byte[])
    DefaultApi.TealDryrun(DryrunRequest)
    DefaultApi.TealDryrunWithHttpInfo(DryrunRequest)
    DefaultApi.TealDryrunAsync(DryrunRequest)
    DefaultApi.TealDryrunAsyncWithHttpInfo(DryrunRequest)
    DefaultApi.TransactionParams()
    DefaultApi.TransactionParamsWithHttpInfo()
    DefaultApi.TransactionParamsAsync()
    DefaultApi.TransactionParamsAsyncWithHttpInfo()
    DefaultApi.WaitForBlock(Nullable<Int64>)
    DefaultApi.WaitForBlockWithHttpInfo(Nullable<Int64>)
    DefaultApi.WaitForBlockAsync(Nullable<Int64>)
    DefaultApi.WaitForBlockAsyncWithHttpInfo(Nullable<Int64>)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Algorand.V2
    Assembly: Algorand.dll
    Syntax
    public class AlgodApi : DefaultApi, IDefaultApi, IApiAccessor

    Constructors

    | Improve this Doc View Source

    AlgodApi(String, String, Int32)

    Construct an AlgodClient for communicating with the REST API.

    Declaration
    public AlgodApi(string host, string token, int timeout = -1)
    Parameters
    Type Name Description
    System.String host

    using a URI format.If the scheme is not supplied the client will use HTTP.

    System.String token

    authentication token.

    System.Int32 timeout

    time out.

    Implements

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