Struct StateProofVerifier
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
KeyLifetime
Declaration
[AlgoApiField("key-lifetime")]
public Optional<ulong> KeyLifetime { get; set; }
Property Value
Methods
Equals(StateProofVerifier)
Declaration
public bool Equals(StateProofVerifier other)
Parameters
Returns