Package org.stellar.sdk.xdr
Class SCEnvMetaEntry
java.lang.Object
org.stellar.sdk.xdr.SCEnvMetaEntry
SCEnvMetaEntry's original definition in the XDR file is:
union SCEnvMetaEntry switch (SCEnvMetaKind kind)
{
case SC_ENV_META_KIND_INTERFACE_VERSION:
uint64 interfaceVersion;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCEnvMetaEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCEnvMetaEntryfromXdrBase64(String xdr) static SCEnvMetaEntryfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(SCEnvMetaKind discriminant) voidsetInterfaceVersion(Uint64 interfaceVersion) toString()default Stringdefault byte[]
-
Constructor Details
-
SCEnvMetaEntry
public SCEnvMetaEntry() -
SCEnvMetaEntry
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
getInterfaceVersion
-
setDiscriminant
-
setInterfaceVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-