Struct StateProofSigSlot
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofSigSlot : IEquatable<StateProofSigSlot>
Properties
LowerSigWeight
[l] The total weight of signatures in the lower-numbered slots.
Declaration
public Optional<ulong> LowerSigWeight { get; set; }
Property Value
Type | Description |
---|---|
Optional<UInt64> |
Signature
Declaration
public StateProofSignature Signature { get; set; }
Property Value
Type | Description |
---|---|
StateProofSignature |
Methods
Equals(StateProofSigSlot)
Declaration
public bool Equals(StateProofSigSlot other)
Parameters
Type | Name | Description |
---|---|---|
StateProofSigSlot | other |
Returns
Type | Description |
---|---|
Boolean |