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