Package org.stellar.sdk.xdr
Class SCSpecTypeTuple
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeTuple
- All Implemented Interfaces:
XdrElement
SCSpecTypeTuple's original definition in the XDR file is:
struct SCSpecTypeTuple { SCSpecTypeDef valueTypes<12>; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
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()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCSpecTypeTuple
public SCSpecTypeTuple() -
SCSpecTypeTuple
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getValueTypes
-
setValueTypes
-
equals
-
hashCode
public int hashCode() -
toString
-