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:
     uint64 interfaceVersion;
 };