Search Results for

    Show / Hide Table of Contents

    Struct StateProofReveal

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

    Properties

    Participant

    [p]

    Declaration
    [AlgoApiField("participant")]
    public StateProofParticipant Participant { get; set; }
    Property Value
    Type Description
    StateProofParticipant

    Position

    The position in the signature and participants arrays corresponding to this entry.

    Declaration
    [AlgoApiField("position")]
    public Optional<ulong> Position { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    SigSlot

    [s]

    Declaration
    [AlgoApiField("sig-slot")]
    public StateProofSigSlot SigSlot { get; set; }
    Property Value
    Type Description
    StateProofSigSlot

    Methods

    Equals(StateProofReveal)

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