Class StateProofSigSlot
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.StateProofSigSlot
-
public class StateProofSigSlot extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger
lowerSigWeight
(l) The total weight of signatures in the lower-numbered slots.StateProofSignature
signature
-
Constructor Summary
Constructors Constructor Description StateProofSigSlot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
lowerSigWeight
public BigInteger lowerSigWeight
(l) The total weight of signatures in the lower-numbered slots.
-
signature
public StateProofSignature signature
-
-