Class Stored.StoredBuilder
- java.lang.Object
-
- com.casper.sdk.model.transaction.target.Stored.StoredBuilder
-
- Enclosing class:
- Stored
public static class Stored.StoredBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Storedbuild()Stored.StoredBuilderid(TransactionInvocationTarget id)The identifier of the stored execution target.Stored.StoredBuilderruntime(TransactionRuntime runtime)The execution runtime to use.java.lang.StringtoString()Stored.StoredBuildertransferredValue(long transferredValue)
-
-
-
Method Detail
-
id
public Stored.StoredBuilder id(TransactionInvocationTarget id)
The identifier of the stored execution target.- Returns:
this.
-
runtime
public Stored.StoredBuilder runtime(TransactionRuntime runtime)
The execution runtime to use.- Returns:
this.
-
transferredValue
public Stored.StoredBuilder transferredValue(long transferredValue)
- Returns:
this.
-
build
public Stored build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-