Package org.stellar.sdk.xdr
Class SCEnvMetaEntry
java.lang.Object
org.stellar.sdk.xdr.SCEnvMetaEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCEnvMetaEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCEnvMetaEntry encodedSCEnvMetaEntry) booleanstatic SCEnvMetaEntryfromXdrBase64(String xdr) static SCEnvMetaEntryfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(SCEnvMetaKind value) voidsetInterfaceVersion(Uint64 value) byte[]
-
Constructor Details
-
SCEnvMetaEntry
public SCEnvMetaEntry()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getInterfaceVersion
-
setInterfaceVersion
-
encode
public static void encode(XdrDataOutputStream stream, SCEnvMetaEntry encodedSCEnvMetaEntry) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-