Search Results for

    Show / Hide Table of Contents

    Struct Box

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

    Properties

    Name

    [name] box name, base64 encoded

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

    Value

    [value] box value, base64 encoded.

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

    Methods

    Equals(Box)

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