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 DeployInfo
build()
DeployInfo.DeployInfoBuilder
from(java.lang.String from)
Account identifier of the creator of the Deploy.DeployInfo.DeployInfoBuilder
gas(java.math.BigInteger gas)
Gas cost of executing the Deploy.DeployInfo.DeployInfoBuilder
hash(java.lang.String hash)
The relevant DeployDeployInfo.DeployInfoBuilder
source(URef source)
Source purse used for payment of the Deploy.java.lang.String
toString()
DeployInfo.DeployInfoBuilder
transfers(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:
toString
in classjava.lang.Object
-
-