Struct StateProofReveal
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateProofReveal : IEquatable<StateProofReveal>
Properties
Participant
Declaration
[AlgoApiField("participant")]
public StateProofParticipant Participant { get; set; }
Property Value
Position
The position in the signature and participants arrays corresponding to this entry.
Declaration
[AlgoApiField("position")]
public Optional<ulong> Position { get; set; }
Property Value
SigSlot
Declaration
[AlgoApiField("sig-slot")]
public StateProofSigSlot SigSlot { get; set; }
Property Value
Methods
Equals(StateProofReveal)
Declaration
public bool Equals(StateProofReveal other)
Parameters
Returns