Class SCMetaEntry

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

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