Search Results for

    Show / Hide Table of Contents

    Struct StateProofTrackingData

    StateProofTrackingData tracks the status of state proofs.

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

    Properties

    StateProofNextRound

    Declaration
    [AlgoApiField("n")]
    public ulong StateProofNextRound { get; set; }
    Property Value
    Type Description
    UInt64

    StateProofOnlineTotalWeight

    Declaration
    [AlgoApiField("t")]
    public MicroAlgos StateProofOnlineTotalWeight { get; set; }
    Property Value
    Type Description
    MicroAlgos

    StateProofVotersCommitment

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

    Methods

    Equals(StateProofTrackingData)

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

    Implements

    IStateProofTrackingData
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾