Package org.stellar.sdk.xdr
Class InvokeHostFunctionResult
java.lang.Object
org.stellar.sdk.xdr.InvokeHostFunctionResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InvokeHostFunctionResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InvokeHostFunctionResult encodedInvokeHostFunctionResult) booleanstatic InvokeHostFunctionResultfromXdrBase64(String xdr) static InvokeHostFunctionResultfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetSuccess(Hash value) byte[]
-
Constructor Details
-
InvokeHostFunctionResult
public InvokeHostFunctionResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getSuccess
-
setSuccess
-
encode
public static void encode(XdrDataOutputStream stream, InvokeHostFunctionResult encodedInvokeHostFunctionResult) 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
-