Package org.stellar.sdk.xdr
Class StoredTransactionSet.StoredTransactionSetBuilder
java.lang.Object
org.stellar.sdk.xdr.StoredTransactionSet.StoredTransactionSetBuilder
- Enclosing class:
StoredTransactionSet
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(Integer discriminant) Value of thediscriminantfield.generalizedTxSet(GeneralizedTransactionSet generalizedTxSet) Value of thegeneralizedTxSetfield.toString()txSet(TransactionSet txSet) Value of thetxSetfield.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
txSet
Value of thetxSetfield.- Parameters:
txSet- thetxSetfield value- Returns:
this.
-
generalizedTxSet
public StoredTransactionSet.StoredTransactionSetBuilder generalizedTxSet(GeneralizedTransactionSet generalizedTxSet) Value of thegeneralizedTxSetfield.- Parameters:
generalizedTxSet- thegeneralizedTxSetfield value- Returns:
this.
-
build
-
toString
-