Class FeeBumpTransactionEnvelope

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

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