Interface IAlgoApiResponse<T>
Inherited Members
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface IAlgoApiResponse<T> : IAlgoApiResponseType Parameters
| Name | Description | 
|---|---|
| T | 
Properties
Payload
The object deserialized from the response
Declaration
T Payload { get; }Property Value
| Type | Description | 
|---|---|
| T |