Class SignedSurveyResponseMessage

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

public class SignedSurveyResponseMessage extends Object
SignedSurveyResponseMessage's original definition in the XDR file is:
 struct SignedSurveyResponseMessage
 {
     Signature responseSignature;
     SurveyResponseMessage response;
 };