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