Class SCSpecUDTStructV0

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

public class SCSpecUDTStructV0 extends Object
SCSpecUDTStructV0's original definition in the XDR file is:
 struct SCSpecUDTStructV0
 {
     string doc<SC_SPEC_DOC_LIMIT>;
     string lib<80>;
     string name<60>;
     SCSpecUDTStructFieldV0 fields<40>;
 };