Package org.stellar.sdk.xdr
Class SCSpecTypeUDT
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeUDT
SCSpecTypeUDT's original definition in the XDR file is:
struct SCSpecTypeUDT { string name<60>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCSpecTypeUDT
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSpecTypeUDT
fromXdrBase64
(String xdr) static SCSpecTypeUDT
fromXdrByteArray
(byte[] xdr) getName()
int
hashCode()
void
toString()
default String
default byte[]
-
Constructor Details
-
SCSpecTypeUDT
public SCSpecTypeUDT() -
SCSpecTypeUDT
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-