Search Results for

    Show / Hide Table of Contents

    Struct MerkleArrayProof

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

    Properties

    HashFactory

    Declaration
    [AlgoApiField("hash-factory")]
    public HashFactory HashFactory { get; set; }
    Property Value
    Type Description
    HashFactory

    Path

    [pth]

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

    TreeDepth

    [td]

    Declaration
    [AlgoApiField("tree-depth")]
    public Optional<ulong> TreeDepth { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Methods

    Equals(MerkleArrayProof)

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