Package org.stellar.sdk.xdr
Class ContractEvent.ContractEventBody
java.lang.Object
org.stellar.sdk.xdr.ContractEvent.ContractEventBody
- Enclosing class:
ContractEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractEvent.ContractEventBody encodedContractEventBody) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV0()inthashCode()voidsetDiscriminant(Integer value) voidbyte[]
-
Constructor Details
-
ContractEventBody
public ContractEventBody()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV0
-
setV0
-
encode
public static void encode(XdrDataOutputStream stream, ContractEvent.ContractEventBody encodedContractEventBody) 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
-