Class DeployInfo.DeployInfoBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.DeployInfo.DeployInfoBuilder
-
- Enclosing class:
- DeployInfo
public static class DeployInfo.DeployInfoBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployInfobuild()DeployInfo.DeployInfoBuilderfrom(java.lang.String from)Account identifier of the creator of the Deploy.DeployInfo.DeployInfoBuildergas(java.math.BigInteger gas)Gas cost of executing the Deploy.DeployInfo.DeployInfoBuilderhash(java.lang.String hash)The relevant DeployDeployInfo.DeployInfoBuildersource(URef source)Source purse used for payment of the Deploy.java.lang.StringtoString()DeployInfo.DeployInfoBuildertransfers(java.util.List<java.lang.String> transfers)Transfers performed by the Deploy.
-
-
-
Method Detail
-
hash
public DeployInfo.DeployInfoBuilder hash(java.lang.String hash)
The relevant Deploy- Returns:
this.
-
from
public DeployInfo.DeployInfoBuilder from(java.lang.String from)
Account identifier of the creator of the Deploy.- Returns:
this.
-
gas
public DeployInfo.DeployInfoBuilder gas(java.math.BigInteger gas)
Gas cost of executing the Deploy.- Returns:
this.
-
source
public DeployInfo.DeployInfoBuilder source(URef source)
Source purse used for payment of the Deploy.- Returns:
this.- See Also:
URef
-
transfers
public DeployInfo.DeployInfoBuilder transfers(java.util.List<java.lang.String> transfers)
Transfers performed by the Deploy.- Returns:
this.
-
build
public DeployInfo build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-