Class AlgodApi
an AlgodClient for communicating with the REST API.
Inherited Members
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 SourceAlgodApi(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. |