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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionInvokeHostFunctionSuccessPreImage(SCVal returnValue, ContractEvent[] events) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetEvents(ContractEvent[] events) voidsetReturnValue(SCVal returnValue) toString()default Stringdefault 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
-