Package org.stellar.sdk.xdr
Class SCSpecFunctionInputV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecFunctionInputV0
SCSpecFunctionInputV0's original definition in the XDR file is:
struct SCSpecFunctionInputV0 { string doc<SC_SPEC_DOC_LIMIT>; string name<30>; SCSpecTypeDef type; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCSpecFunctionInputV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSpecFunctionInputV0
fromXdrBase64
(String xdr) static SCSpecFunctionInputV0
fromXdrByteArray
(byte[] xdr) getDoc()
getName()
getType()
int
hashCode()
void
void
void
setType
(SCSpecTypeDef type) toString()
default String
default byte[]
-
Constructor Details
-
SCSpecFunctionInputV0
public SCSpecFunctionInputV0() -
SCSpecFunctionInputV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDoc
-
getName
-
getType
-
setDoc
-
setName
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-