Class SCEnvMetaEntry

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

public class SCEnvMetaEntry extends Object implements XdrElement
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;
 };