Class ApplicationStateSchema
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.ApplicationStateSchema
-
public class ApplicationStateSchema extends PathResponse
Specifies maximums on the number of each type that may be stored.
-
-
Field Summary
Fields Modifier and Type Field Description Long
numByteSlice
number of byte slices.Long
numUint
number of uints.
-
Constructor Summary
Constructors Constructor Description ApplicationStateSchema()
-
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
-
-