Class TransactionV1Envelope

java.lang.Object
org.stellar.sdk.xdr.TransactionV1Envelope
All Implemented Interfaces:
XdrElement

public class TransactionV1Envelope extends Object implements XdrElement
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>;
 };