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 StateSchemaMethodCallTransactionBuilder. globalStateSchemaprotected StateSchemaMethodCallTransactionBuilder. localStateSchemaMethods in com.algorand.algosdk.builder.transaction with parameters of type StateSchema Modifier and Type Method Description TApplicationCreateTransactionBuilder. globalStateSchema(StateSchema globalStateSchema)TMethodCallTransactionBuilder. globalStateSchema(StateSchema globalStateSchema)TStateSchemaSetter. globalStateSchema(StateSchema globalStateSchema)GlobalStateSchema sets limits on the number of strings and integers that may be stored in the GlobalState.TApplicationCreateTransactionBuilder. localStateSchema(StateSchema localStateSchema)TMethodCallTransactionBuilder. localStateSchema(StateSchema localStateSchema)TStateSchemaSetter. 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 StateSchemaMethodCallParams. globalStateSchemaStateSchemaTransaction. globalStateSchemaStateSchemaMethodCallParams. localStateSchemaStateSchemaTransaction. localStateSchemaConstructors 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)
-