Uses of Class
com.algorand.algosdk.logic.StateSchema
-
Packages that use StateSchema Package Description com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of StateSchema in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as StateSchema Modifier and Type Field Description protected StateSchema
MethodCallTransactionBuilder. globalStateSchema
protected StateSchema
MethodCallTransactionBuilder. localStateSchema
Methods in com.algorand.algosdk.builder.transaction with parameters of type StateSchema Modifier and Type Method Description T
ApplicationCreateTransactionBuilder. globalStateSchema(StateSchema globalStateSchema)
T
MethodCallTransactionBuilder. globalStateSchema(StateSchema globalStateSchema)
T
StateSchemaSetter. globalStateSchema(StateSchema globalStateSchema)
GlobalStateSchema sets limits on the number of strings and integers that may be stored in the GlobalState.T
ApplicationCreateTransactionBuilder. localStateSchema(StateSchema localStateSchema)
T
MethodCallTransactionBuilder. localStateSchema(StateSchema localStateSchema)
T
StateSchemaSetter. localStateSchema(StateSchema localStateSchema)
LocalStateSchema sets limits on the number of strings and integers that may be stored in an account's LocalState. -
Uses of StateSchema in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as StateSchema Modifier and Type Field Description StateSchema
MethodCallParams. globalStateSchema
StateSchema
Transaction. globalStateSchema
StateSchema
MethodCallParams. localStateSchema
StateSchema
Transaction. localStateSchema
Constructors in com.algorand.algosdk.transaction with parameters of type StateSchema Constructor Description MethodCallParams(Long appID, Method method, List<Object> methodArgs, Address sender, Transaction.OnCompletion onCompletion, byte[] note, byte[] lease, String genesisID, Digest genesisHash, BigInteger firstValid, BigInteger lastValid, BigInteger fee, BigInteger flatFee, Address rekeyTo, TxnSigner signer, List<Address> fAccounts, List<Long> fAssets, List<Long> fApps, List<AppBoxReference> boxes, TEALProgram approvalProgram, TEALProgram clearProgram, StateSchema globalStateSchema, StateSchema localStateSchema, Long extraPages)
-