Search Results for

    Show / Hide Table of Contents

    Struct AppIndex

    Identifier of an Application

    Implements
    IWrappedValue<UInt64>
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<AppIndex, ulong>), "", "", 0)]
    public struct AppIndex : IEquatable<AppIndex>, IEquatable<ulong>, IWrappedValue<ulong>

    Constructors

    AppIndex(UInt64)

    Declaration
    public AppIndex(ulong index)
    Parameters
    Type Name Description
    UInt64 index

    Fields

    HashPrefix

    Bytes prefix when hashing this struct

    Declaration
    public static readonly byte[] HashPrefix
    Field Value
    Type Description
    Byte[]

    Properties

    Index

    Declaration
    public ulong Index { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(AppIndex)

    Declaration
    public bool Equals(AppIndex other)
    Parameters
    Type Name Description
    AppIndex other
    Returns
    Type Description
    Boolean

    Equals(UInt64)

    Declaration
    public bool Equals(ulong other)
    Parameters
    Type Name Description
    UInt64 other
    Returns
    Type Description
    Boolean

    GetAppAddress()

    Return the escrow address of an application.

    Declaration
    public Address GetAppAddress()
    Returns
    Type Description
    Address

    The address corresponding to that application's escrow account.

    Operators

    Implicit(AppIndex to UInt64)

    Declaration
    public static implicit operator ulong (AppIndex appIndex)
    Parameters
    Type Name Description
    AppIndex appIndex
    Returns
    Type Description
    UInt64

    Implicit(UInt64 to AppIndex)

    Declaration
    public static implicit operator AppIndex(ulong index)
    Parameters
    Type Name Description
    UInt64 index
    Returns
    Type Description
    AppIndex

    Explicit Interface Implementations

    IWrappedValue<UInt64>.WrappedValue

    Declaration
    ulong IWrappedValue<ulong>.WrappedValue { get; set; }
    Returns
    Type Description
    UInt64

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾