Uses of Class
io.gs2.script.model.Transaction
Packages that use Transaction
-
Uses of Transaction in io.gs2.script.model
Methods in io.gs2.script.model that return TransactionModifier and TypeMethodDescriptionstatic TransactionTransaction.fromJson(com.fasterxml.jackson.databind.JsonNode data) Transaction.withAcquireActions(List<AcquireAction> acquireActions) Transaction.withConsumeActions(List<ConsumeAction> consumeActions) -
Uses of Transaction in io.gs2.script.result
Methods in io.gs2.script.result that return TransactionModifier and TypeMethodDescriptionDebugInvokeResult.getTransaction()InvokeScriptResult.getTransaction()Methods in io.gs2.script.result with parameters of type TransactionModifier and TypeMethodDescriptionvoidDebugInvokeResult.setTransaction(Transaction transaction) voidInvokeScriptResult.setTransaction(Transaction transaction) DebugInvokeResult.withTransaction(Transaction transaction) InvokeScriptResult.withTransaction(Transaction transaction)