Search Results for

    Show / Hide Table of Contents

    Struct BoxRef

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

    Properties

    Index

    [i] Index of the foreign application that contains this box.

    Declaration
    [AlgoApiField("i")]
    public ulong Index { get; set; }
    Property Value
    Type Description
    UInt64

    Name

    [n] The name key of the box.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    NameBytes

    Declaration
    [AlgoApiField("n")]
    public byte[] NameBytes { get; set; }
    Property Value
    Type Description
    Byte[]

    Methods

    Equals(BoxRef)

    Declaration
    public bool Equals(BoxRef other)
    Parameters
    Type Name Description
    BoxRef other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾