Package org.stellar.sdk.xdr
Class SCSymbol
java.lang.Object
org.stellar.sdk.xdr.SCSymbol
SCSymbol's original definition in the XDR file is:
typedef string SCSymbol<SCSYMBOL_LIMIT>;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCSymbol
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSymbol
fromXdrBase64
(String xdr) static SCSymbol
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setSCSymbol
(XdrString SCSymbol) toString()
default String
default byte[]
-
Constructor Details
-
SCSymbol
public SCSymbol() -
SCSymbol
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCSymbol
-
setSCSymbol
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-