Search Results for

    Show / Hide Table of Contents

    Struct BoxDescriptor

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

    Properties

    Name

    Base64 encoded box name

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

    Methods

    Equals(BoxDescriptor)

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