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