Package com.algorand.algosdk.logic
Class StateSchema
- java.lang.Object
-
- com.algorand.algosdk.logic.StateSchema
-
- All Implemented Interfaces:
Serializable
public class StateSchema extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger
numByteSlice
BigInteger
numUint
-
Constructor Summary
Constructors Constructor Description StateSchema()
StateSchema(Integer numUint, Integer numByteSlice)
StateSchema(Long numUint, Long numByteSlice)
StateSchema(BigInteger numUint, BigInteger numByteSlice)
-
-
-
Field Detail
-
numUint
public BigInteger numUint
-
numByteSlice
public BigInteger numByteSlice
-
-
Constructor Detail
-
StateSchema
public StateSchema()
-
StateSchema
public StateSchema(BigInteger numUint, BigInteger numByteSlice)
-
-