Struct MerkleArrayProof
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
Path
Declaration
[AlgoApiField("path")]
public byte[][] Path { get; set; }
Property Value
Type |
Description |
Byte[][] |
|
TreeDepth
Declaration
[AlgoApiField("tree-depth")]
public Optional<ulong> TreeDepth { get; set; }
Property Value
Methods
Equals(MerkleArrayProof)
Declaration
public bool Equals(MerkleArrayProof other)
Parameters
Returns