Struct StateProofVerifier
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofVerifier : IEquatable<StateProofVerifier>
Properties
Commitment
[cmt] Represents the root of the vector commitment tree.
Declaration
public byte[] Commitment { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
KeyLifetime
[lf] Key lifetime.
Declaration
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 |