Class TransactionV0Envelope

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

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