Struct StateProofSigSlot
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateProofSigSlot : IEquatable<StateProofSigSlot>
Properties
LowerSigWeight
[l] The total weight of signatures in the lower-numbered slots.
Declaration
[AlgoApiField("lower-sig-weight")]
public Optional<ulong> LowerSigWeight { get; set; }
Property Value
Signature
Declaration
[AlgoApiField("signature")]
public StateProofSignature Signature { get; set; }
Property Value
Methods
Equals(StateProofSigSlot)
Declaration
public bool Equals(StateProofSigSlot other)
Parameters
Returns