Package org.stellar.sdk.xdr
Class ContractEvent
java.lang.Object
org.stellar.sdk.xdr.ContractEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractEventdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractEvent encodedContractEvent) booleanstatic ContractEventfromXdrBase64(String xdr) static ContractEventfromXdrByteArray(byte[] xdr) getBody()getExt()getType()inthashCode()voidvoidsetContractID(Hash value) voidsetExt(ExtensionPoint value) voidsetType(ContractEventType value) byte[]
-
Constructor Details
-
ContractEvent
public ContractEvent()
-
-
Method Details
-
getExt
-
setExt
-
getContractID
-
setContractID
-
getType
-
setType
-
getBody
-
setBody
-
encode
public static void encode(XdrDataOutputStream stream, ContractEvent encodedContractEvent) 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
-