Search Results for

    Show / Hide Table of Contents

    Interface IAlgoApiResponse<T>

    Inherited Members
    IAlgoApiResponse.Data
    IAlgoApiResponse.ResponseCode
    IAlgoApiResponse.Status
    IAlgoApiResponse.ContentType
    IAlgoApiResponse.Error
    IAlgoApiResponse.GetText()
    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
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾