Package org.stellar.sdk.xdr
Class InvokeHostFunctionSuccessPreImage
java.lang.Object
org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InvokeHostFunctionSuccessPreImage encodedInvokeHostFunctionSuccessPreImage) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetEvents(ContractEvent[] value) voidsetReturnValue(SCVal value) byte[]
-
Constructor Details
-
InvokeHostFunctionSuccessPreImage
public InvokeHostFunctionSuccessPreImage()
-
-
Method Details
-
getReturnValue
-
setReturnValue
-
getEvents
-
setEvents
-
encode
public static void encode(XdrDataOutputStream stream, InvokeHostFunctionSuccessPreImage encodedInvokeHostFunctionSuccessPreImage) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static InvokeHostFunctionSuccessPreImage decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-