Search Results for

    Show / Hide Table of Contents

    Struct StateProofParticipant

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

    Properties

    Verifier

    [p]

    Declaration
    [AlgoApiField("verifier")]
    public StateProofVerifier Verifier { get; set; }
    Property Value
    Type Description
    StateProofVerifier

    Weight

    [w]

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

    Methods

    Equals(StateProofParticipant)

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