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