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. methods
List<Method>
Interface. methods
Methods in com.algorand.algosdk.abi that return Method Modifier and Type Method Description Method
Contract. getMethodByIndex(int index)
Method
Interface. getMethodByIndex(int index)
Method
Contract. getMethodByName(String name)
Method
Interface. getMethodByName(String name)
static Method
Method. 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 Method
Method. 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 Method
MethodCallTransactionBuilder. method
Methods in com.algorand.algosdk.builder.transaction with parameters of type Method Modifier and Type Method Description T
MethodCallTransactionBuilder. 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 Method
AtomicTransactionComposer.ReturnValue. method
Method
MethodCallParams. method
Constructors 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)
-