Struct StateProofParticipant
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofParticipant : IEquatable<StateProofParticipant>
Properties
Verifier
[p]
Declaration
public StateProofVerifier Verifier { get; set; }
Property Value
| Type | Description |
|---|---|
| StateProofVerifier |
Weight
[w]
Declaration
public Optional<ulong> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Optional<UInt64> |
Methods
Equals(StateProofParticipant)
Declaration
public bool Equals(StateProofParticipant other)
Parameters
| Type | Name | Description |
|---|---|---|
| StateProofParticipant | other |
Returns
| Type | Description |
|---|---|
| Boolean |