Package org.stellar.sdk.xdr
Class InvokeHostFunctionSuccessPreImage
java.lang.Object
org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
InvokeHostFunctionSuccessPreImage's original definition in the XDR file is:
struct InvokeHostFunctionSuccessPreImage { SCVal returnValue; ContractEvent events<>; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionInvokeHostFunctionSuccessPreImage
(SCVal returnValue, ContractEvent[] events) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setEvents
(ContractEvent[] events) void
setReturnValue
(SCVal returnValue) toString()
default String
default byte[]
-
Constructor Details
-
InvokeHostFunctionSuccessPreImage
public InvokeHostFunctionSuccessPreImage() -
InvokeHostFunctionSuccessPreImage
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static InvokeHostFunctionSuccessPreImage decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getReturnValue
-
getEvents
-
setReturnValue
-
setEvents
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-