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