Package org.stellar.sdk.xdr
Class DiagnosticEvent
java.lang.Object
org.stellar.sdk.xdr.DiagnosticEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticEventdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, DiagnosticEvent encodedDiagnosticEvent) booleanstatic DiagnosticEventfromXdrBase64(String xdr) static DiagnosticEventfromXdrByteArray(byte[] xdr) getEvent()inthashCode()voidsetEvent(ContractEvent value) voidbyte[]
-
Constructor Details
-
DiagnosticEvent
public DiagnosticEvent()
-
-
Method Details
-
getInSuccessfulContractCall
-
setInSuccessfulContractCall
-
getEvent
-
setEvent
-
encode
public static void encode(XdrDataOutputStream stream, DiagnosticEvent encodedDiagnosticEvent) 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
-