Package org.stellar.sdk.xdr
Class DiagnosticEvent
java.lang.Object
org.stellar.sdk.xdr.DiagnosticEvent
DiagnosticEvent's original definition in the XDR file is:
struct DiagnosticEvent { bool inSuccessfulContractCall; ContractEvent event; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static DiagnosticEvent
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static DiagnosticEvent
fromXdrBase64
(String xdr) static DiagnosticEvent
fromXdrByteArray
(byte[] xdr) getEvent()
int
hashCode()
void
setEvent
(ContractEvent event) void
setInSuccessfulContractCall
(Boolean inSuccessfulContractCall) toString()
default String
default byte[]
-
Constructor Details
-
DiagnosticEvent
public DiagnosticEvent() -
DiagnosticEvent
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getInSuccessfulContractCall
-
getEvent
-
setInSuccessfulContractCall
-
setEvent
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-