Package org.stellar.sdk.xdr
Class AlphaNum12
java.lang.Object
org.stellar.sdk.xdr.AlphaNum12
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlphaNum12decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AlphaNum12 encodedAlphaNum12) booleanstatic AlphaNum12fromXdrBase64(String xdr) static AlphaNum12fromXdrByteArray(byte[] xdr) inthashCode()voidsetAssetCode(AssetCode12 value) voidbyte[]
-
Constructor Details
-
AlphaNum12
public AlphaNum12()
-
-
Method Details
-
getAssetCode
-
setAssetCode
-
getIssuer
-
setIssuer
-
encode
public static void encode(XdrDataOutputStream stream, AlphaNum12 encodedAlphaNum12) 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
-