Class AlgodClient
Algod client for interacting with the Algorand node REST API. Recommended alias for DefaultApi.
Implements
Inherited Members
Namespace: Algorand.Algod
Assembly: Algorand.dll
Syntax
public class AlgodClient : DefaultApi, IDefaultApi
Constructors
| Edit this page View SourceAlgodClient(HttpClient)
Create a new Algod client with the provided HTTP client.
Declaration
public AlgodClient(HttpClient httpClient)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpClient | httpClient | Configured HTTP client for the Algod node. |