Search Results for

    Show / Hide Table of Contents

    Struct StateProofTrackingDataMap

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

    Fields

    StateProofBasicData

    Declaration
    [AlgoApiField("0")]
    public StateProofTrackingData StateProofBasicData
    Field Value
    Type Description
    StateProofTrackingData

    Properties

    Item[StateProofType]

    Declaration
    public StateProofTrackingData this[StateProofType type] { get; set; }
    Parameters
    Type Name Description
    StateProofType type
    Property Value
    Type Description
    StateProofTrackingData

    Methods

    Equals(StateProofTrackingDataMap)

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