Struct MerkleArrayProof
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct MerkleArrayProof : IEquatable<MerkleArrayProof>
Properties
HashFactory
Declaration
public HashFactory HashFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| HashFactory |
Path
[pth]
Declaration
public byte[][] Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Byte[][] |
TreeDepth
[td]
Declaration
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 |