Search Results for

    Show / Hide Table of Contents

    Struct BoxesResponse

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct BoxesResponse : IEquatable<BoxesResponse>

    Properties

    ApplicationId

    [appidx] application index.

    Declaration
    [AlgoApiField("application-id")]
    public ulong ApplicationId { get; set; }
    Property Value
    Type Description
    UInt64

    Boxes

    Declaration
    [AlgoApiField("boxes")]
    public BoxDescriptor[] Boxes { get; set; }
    Property Value
    Type Description
    BoxDescriptor[]

    NextToken

    Used for pagination, when making another request provide this token with the next parameter.

    Declaration
    [AlgoApiField("next-token")]
    public string NextToken { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(BoxesResponse)

    Declaration
    public bool Equals(BoxesResponse other)
    Parameters
    Type Name Description
    BoxesResponse other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    • Properties
      • ApplicationId
      • Boxes
      • NextToken
    • Methods
      • Equals(BoxesResponse)
    Back to top
    Generated by DocFX
    ☀
    ☾