Package org.stellar.sdk.xdr
Class ContractEvent.ContractEventBody.ContractEventV0
java.lang.Object
org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
- Enclosing class:
ContractEvent.ContractEventBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractEvent.ContractEventBody.ContractEventV0 encodedContractEventV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getData()SCVal[]inthashCode()voidvoidbyte[]
-
Constructor Details
-
ContractEventV0
public ContractEventV0()
-
-
Method Details
-
getTopics
-
setTopics
-
getData
-
setData
-
encode
public static void encode(XdrDataOutputStream stream, ContractEvent.ContractEventBody.ContractEventV0 encodedContractEventV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ContractEvent.ContractEventBody.ContractEventV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- 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
-