Class SCSpecEventParamV0

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

public class SCSpecEventParamV0 extends Object implements XdrElement
SCSpecEventParamV0's original definition in the XDR file is:
 struct SCSpecEventParamV0
 {
     string doc<SC_SPEC_DOC_LIMIT>;
     string name<30>;
     SCSpecTypeDef type;
     SCSpecEventParamLocationV0 location;
 };