Package org.stellar.sdk.xdr
Class SorobanTransactionMeta.SorobanTransactionMetaBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionMeta.SorobanTransactionMetaBuilder
- Enclosing class:
SorobanTransactionMeta
-
Method Summary
Modifier and TypeMethodDescriptionbuild()diagnosticEvents(DiagnosticEvent[] diagnosticEvents) Value of thediagnosticEventsfield.events(ContractEvent[] events) Value of theeventsfield.Value of theextfield.returnValue(SCVal returnValue) Value of thereturnValuefield.toString()
-
Method Details
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
events
Value of theeventsfield.- Parameters:
events- theeventsfield value- Returns:
this.
-
returnValue
Value of thereturnValuefield.- Parameters:
returnValue- thereturnValuefield value- Returns:
this.
-
diagnosticEvents
public SorobanTransactionMeta.SorobanTransactionMetaBuilder diagnosticEvents(DiagnosticEvent[] diagnosticEvents) Value of thediagnosticEventsfield.- Parameters:
diagnosticEvents- thediagnosticEventsfield value- Returns:
this.
-
build
-
toString
-