Package org.stellar.sdk.xdr
Class TransactionEnvelope.TransactionEnvelopeBuilder
java.lang.Object
org.stellar.sdk.xdr.TransactionEnvelope.TransactionEnvelopeBuilder
- Enclosing class:
TransactionEnvelope
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(EnvelopeType discriminant) Value of thediscriminantfield.feeBump(FeeBumpTransactionEnvelope feeBump) Value of thefeeBumpfield.toString()Value of thev0field.Value of thev1field.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
v0
Value of thev0field.- Parameters:
v0- thev0field value- Returns:
this.
-
v1
Value of thev1field.- Parameters:
v1- thev1field value- Returns:
this.
-
feeBump
Value of thefeeBumpfield.- Parameters:
feeBump- thefeeBumpfield value- Returns:
this.
-
build
-
toString
-