Struct StateProofParticipant
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateProofParticipant : IEquatable<StateProofParticipant>
Properties
Verifier
Declaration
[AlgoApiField("verifier")]
public StateProofVerifier Verifier { get; set; }
Property Value
Weight
Declaration
[AlgoApiField("weight")]
public Optional<ulong> Weight { get; set; }
Property Value
Methods
Equals(StateProofParticipant)
Declaration
public bool Equals(StateProofParticipant other)
Parameters
Returns