Class TransactionV1Envelope

java.lang.Object
org.stellar.sdk.xdr.TransactionV1Envelope

public class TransactionV1Envelope extends Object
TransactionV1Envelope's original definition in the XDR file is:
 struct TransactionV1Envelope
 {
     Transaction tx;
     /* Each decorated signature is a signature over the SHA256 hash of
      * a TransactionSignaturePayload */
     DecoratedSignature signatures<20>;
 };