Package org.stellar.sdk.xdr
Class TransactionV1Envelope.TransactionV1EnvelopeBuilder
java.lang.Object
org.stellar.sdk.xdr.TransactionV1Envelope.TransactionV1EnvelopeBuilder
- Enclosing class:
TransactionV1Envelope
-
Method Summary
Modifier and TypeMethodDescriptionbuild()signatures(DecoratedSignature[] signatures) Value of thesignaturesfield.toString()tx(Transaction tx) Value of thetxfield.
-
Method Details
-
tx
Value of thetxfield.- Parameters:
tx- thetxfield value- Returns:
this.
-
signatures
public TransactionV1Envelope.TransactionV1EnvelopeBuilder signatures(DecoratedSignature[] signatures) Value of thesignaturesfield.- Parameters:
signatures- thesignaturesfield value- Returns:
this.
-
build
-
toString
-