Class SCSpecTypeResult

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

public class SCSpecTypeResult extends Object
SCSpecTypeResult's original definition in the XDR file is:
 struct SCSpecTypeResult
 {
     SCSpecTypeDef okType;
     SCSpecTypeDef errorType;
 };