Package org.stellar.sdk.xdr
Class ContractEvent.ContractEventBody.ContractEventV0
java.lang.Object
org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
- Enclosing class:
ContractEvent.ContractEventBody
ContractEventV0's original definition in the XDR file is:
struct { SCVal topics<>; SCVal data; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) getData()
SCVal[]
int
hashCode()
void
void
toString()
default String
default byte[]
-
Constructor Details
-
ContractEventV0
public ContractEventV0() -
ContractEventV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static ContractEvent.ContractEventBody.ContractEventV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static ContractEvent.ContractEventBody.ContractEventV0 fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static ContractEvent.ContractEventBody.ContractEventV0 fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
-
toBuilder
-
getTopics
-
getData
-
setTopics
-
setData
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-