Package org.stellar.sdk.xdr
Class InvokeContractArgs.InvokeContractArgsBuilder
java.lang.Object
org.stellar.sdk.xdr.InvokeContractArgs.InvokeContractArgsBuilder
- Enclosing class:
InvokeContractArgs
-
Method Summary
Modifier and TypeMethodDescriptionValue of theargsfield.build()contractAddress(SCAddress contractAddress) Value of thecontractAddressfield.functionName(SCSymbol functionName) Value of thefunctionNamefield.toString()
-
Method Details
-
contractAddress
Value of thecontractAddressfield.- Parameters:
contractAddress- thecontractAddressfield value- Returns:
this.
-
functionName
Value of thefunctionNamefield.- Parameters:
functionName- thefunctionNamefield value- Returns:
this.
-
args
Value of theargsfield.- Parameters:
args- theargsfield value- Returns:
this.
-
build
-
toString
-