Search Results for

    Show / Hide Table of Contents

    Struct StateProofVerifier

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

    Properties

    Commitment

    [cmt] Represents the root of the vector commitment tree.

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

    KeyLifetime

    [lf] Key lifetime.

    Declaration
    [AlgoApiField("key-lifetime")]
    public Optional<ulong> KeyLifetime { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Methods

    Equals(StateProofVerifier)

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