Class SCSpecUDTStructFieldV0

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

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