Uses of Class
com.algorand.algosdk.transaction.MethodCallParams
-
Packages that use MethodCallParams Package Description com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of MethodCallParams in com.algorand.algosdk.builder.transaction
Methods in com.algorand.algosdk.builder.transaction that return MethodCallParams Modifier and Type Method Description MethodCallParams
MethodCallTransactionBuilder. build()
Build a MethodCallParams object. -
Uses of MethodCallParams in com.algorand.algosdk.transaction
Methods in com.algorand.algosdk.transaction with parameters of type MethodCallParams Modifier and Type Method Description void
AtomicTransactionComposer. addMethodCall(MethodCallParams methodCall)
Add a smart contract method call to this atomic group.
-