Package org.stellar.sdk.xdr
Class CreateContractArgs.CreateContractArgsBuilder
java.lang.Object
org.stellar.sdk.xdr.CreateContractArgs.CreateContractArgsBuilder
- Enclosing class:
CreateContractArgs
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contractIDPreimage(ContractIDPreimage contractIDPreimage) Value of thecontractIDPreimagefield.executable(ContractExecutable executable) Value of theexecutablefield.toString()
-
Method Details
-
contractIDPreimage
public CreateContractArgs.CreateContractArgsBuilder contractIDPreimage(ContractIDPreimage contractIDPreimage) Value of thecontractIDPreimagefield.- Parameters:
contractIDPreimage- thecontractIDPreimagefield value- Returns:
this.
-
executable
Value of theexecutablefield.- Parameters:
executable- theexecutablefield value- Returns:
this.
-
build
-
toString
-