Package org.stellar.sdk.xdr
Class TransactionHistoryEntry.TransactionHistoryEntryBuilder
java.lang.Object
org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryBuilder
- Enclosing class:
TransactionHistoryEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theextfield.Value of theledgerSeqfield.toString()txSet(TransactionSet txSet) Value of thetxSetfield.
-
Method Details
-
ledgerSeq
Value of theledgerSeqfield.- Parameters:
ledgerSeq- theledgerSeqfield value- Returns:
this.
-
txSet
Value of thetxSetfield.- Parameters:
txSet- thetxSetfield value- Returns:
this.
-
ext
public TransactionHistoryEntry.TransactionHistoryEntryBuilder ext(TransactionHistoryEntry.TransactionHistoryEntryExt ext) Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
build
-
toString
-