Package org.stellar.sdk.xdr
Class SCSpecTypeOption
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeOption
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeOptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeOption encodedSCSpecTypeOption) booleanstatic SCSpecTypeOptionfromXdrBase64(String xdr) static SCSpecTypeOptionfromXdrByteArray(byte[] xdr) inthashCode()voidsetValueType(SCSpecTypeDef value) byte[]
-
Constructor Details
-
SCSpecTypeOption
public SCSpecTypeOption()
-
-
Method Details
-
getValueType
-
setValueType
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeOption encodedSCSpecTypeOption) 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
-