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 BigIntegerlowerSigWeight(l) The total weight of signatures in the lower-numbered slots.StateProofSignaturesignature
-
Constructor Summary
Constructors Constructor Description StateProofSigSlot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(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
-
-