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