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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSCSpecFunctionV0(XdrString doc, SCSymbol name, SCSpecFunctionInputV0[] inputs, SCSpecTypeDef[] outputs) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecFunctionV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecFunctionV0fromXdrBase64(String xdr) static SCSpecFunctionV0fromXdrByteArray(byte[] xdr) getDoc()getName()inthashCode()voidvoidsetInputs(SCSpecFunctionInputV0[] inputs) voidvoidsetOutputs(SCSpecTypeDef[] outputs) toString()default Stringdefault 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
-