Class SCMetaEntry

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

public class SCMetaEntry extends Object
SCMetaEntry's original definition in the XDR file is:
 union SCMetaEntry switch (SCMetaKind kind)
 {
 case SC_META_V0:
     SCMetaV0 v0;
 };