Package org.stellar.sdk.xdr
Class SCSpecFunctionV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecFunctionV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecFunctionV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecFunctionV0 encodedSCSpecFunctionV0) booleanstatic SCSpecFunctionV0fromXdrBase64(String xdr) static SCSpecFunctionV0fromXdrByteArray(byte[] xdr) getDoc()getName()inthashCode()voidvoidsetInputs(SCSpecFunctionInputV0[] value) voidvoidsetOutputs(SCSpecTypeDef[] value) byte[]
-
Constructor Details
-
SCSpecFunctionV0
public SCSpecFunctionV0()
-
-
Method Details
-
getDoc
-
setDoc
-
getName
-
setName
-
getInputs
-
setInputs
-
getOutputs
-
setOutputs
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecFunctionV0 encodedSCSpecFunctionV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-