public static class CreateContractArgsV2.CreateContractArgsV2Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CreateContractArgsV2 |
build() |
CreateContractArgsV2.CreateContractArgsV2Builder |
constructorArgs(SCVal[] constructorArgs) |
CreateContractArgsV2.CreateContractArgsV2Builder |
contractIDPreimage(ContractIDPreimage contractIDPreimage) |
CreateContractArgsV2.CreateContractArgsV2Builder |
executable(ContractExecutable executable) |
java.lang.String |
toString() |
public CreateContractArgsV2.CreateContractArgsV2Builder contractIDPreimage(ContractIDPreimage contractIDPreimage)
this
.public CreateContractArgsV2.CreateContractArgsV2Builder executable(ContractExecutable executable)
this
.public CreateContractArgsV2.CreateContractArgsV2Builder constructorArgs(SCVal[] constructorArgs)
this
.public CreateContractArgsV2 build()
public java.lang.String toString()
toString
in class java.lang.Object