Class SCPEnvelope

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

public class SCPEnvelope extends Object
SCPEnvelope's original definition in the XDR file is:
 struct SCPEnvelope
 {
     SCPStatement statement;
     Signature signature;
 };