Package org.stellar.sdk.xdr
Class Transaction.TransactionBuilder
java.lang.Object
org.stellar.sdk.xdr.Transaction.TransactionBuilder
- Enclosing class:
Transaction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cond(Preconditions cond) Value of thecondfield.Value of theextfield.Value of thefeefield.Value of thememofield.operations(Operation[] operations) Value of theoperationsfield.seqNum(SequenceNumber seqNum) Value of theseqNumfield.sourceAccount(MuxedAccount sourceAccount) Value of thesourceAccountfield.toString()
-
Method Details
-
sourceAccount
Value of thesourceAccountfield.- Parameters:
sourceAccount- thesourceAccountfield value- Returns:
this.
-
fee
Value of thefeefield.- Parameters:
fee- thefeefield value- Returns:
this.
-
seqNum
Value of theseqNumfield.- Parameters:
seqNum- theseqNumfield value- Returns:
this.
-
cond
Value of thecondfield.- Parameters:
cond- thecondfield value- Returns:
this.
-
memo
Value of thememofield.- Parameters:
memo- thememofield value- Returns:
this.
-
operations
Value of theoperationsfield.- Parameters:
operations- theoperationsfield value- Returns:
this.
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
build
-
toString
-