Uses of Class
com.algorand.algosdk.abi.Method
-
Packages that use Method Package Description com.algorand.algosdk.abi com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of Method in com.algorand.algosdk.abi
Fields in com.algorand.algosdk.abi with type parameters of type Method Modifier and Type Field Description List<Method>Contract. methodsList<Method>Interface. methodsMethods in com.algorand.algosdk.abi that return Method Modifier and Type Method Description MethodContract. getMethodByIndex(int index)MethodInterface. getMethodByIndex(int index)MethodContract. getMethodByName(String name)MethodInterface. getMethodByName(String name)static MethodMethod. getMethodByName(List<Method> methods, String name)Method parameters in com.algorand.algosdk.abi with type arguments of type Method Modifier and Type Method Description static MethodMethod. getMethodByName(List<Method> methods, String name)Constructors in com.algorand.algosdk.abi with parameters of type Method Constructor Description Method(Method other)Constructor parameters in com.algorand.algosdk.abi with type arguments of type Method Constructor Description Contract(String name, String description, Map<String,Contract.NetworkInfo> networks, List<Method> methods)Interface(String name, String description, List<Method> methods) -
Uses of Method in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as Method Modifier and Type Field Description protected MethodMethodCallTransactionBuilder. methodMethods in com.algorand.algosdk.builder.transaction with parameters of type Method Modifier and Type Method Description TMethodCallTransactionBuilder. method(Method method)Specify the ABI method that this method call transaction will invoke. -
Uses of Method in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as Method Modifier and Type Field Description MethodAtomicTransactionComposer.ReturnValue. methodMethodMethodCallParams. methodConstructors in com.algorand.algosdk.transaction with parameters of type Method 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)ReturnValue(String txID, byte[] rawValue, Object value, Method method, Exception parseError, PendingTransactionResponse txInfo)
-