Class SCEnvMetaEntry

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

public class SCEnvMetaEntry extends Object
SCEnvMetaEntry's original definition in the XDR file is:
 union SCEnvMetaEntry switch (SCEnvMetaKind kind)
 {
 case SC_ENV_META_KIND_INTERFACE_VERSION:
     struct {
         uint32 protocol;
         uint32 preRelease;
     } interfaceVersion;
 };