Search Results for

    Show / Hide Table of Contents

    Struct AssetIndex

    Identifier of an Asset

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

    Constructors

    AssetIndex(UInt64)

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

    Fields

    Index

    Declaration
    public ulong Index
    Field Value
    Type Description
    UInt64

    Methods

    Equals(AssetIndex)

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

    Equals(UInt64)

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

    Operators

    Implicit(AssetIndex to UInt64)

    Declaration
    public static implicit operator ulong (AssetIndex assetIndex)
    Parameters
    Type Name Description
    AssetIndex assetIndex
    Returns
    Type Description
    UInt64

    Implicit(UInt64 to AssetIndex)

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

    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
    ☀
    ☾