Package org.stellar.sdk.xdr
Class ContractEvent.ContractEventBuilder
java.lang.Object
org.stellar.sdk.xdr.ContractEvent.ContractEventBuilder
- Enclosing class:
ContractEvent
-
Method Summary
Modifier and TypeMethodDescriptionValue of thebodyfield.build()contractID(ContractID contractID) Value of thecontractIDfield.ext(ExtensionPoint ext) Value of theextfield.toString()type(ContractEventType type) Value of thetypefield.
-
Method Details
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
contractID
Value of thecontractIDfield.- Parameters:
contractID- thecontractIDfield value- Returns:
this.
-
type
Value of thetypefield.- Parameters:
type- thetypefield value- Returns:
this.
-
body
Value of thebodyfield.- Parameters:
body- thebodyfield value- Returns:
this.
-
build
-
toString
-