Class SCSpecTypeResult

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

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