Closed NRHelmi closed 2 years ago
Adding v2 predefined results formats:
getTransactions
TransactionsAsyncMultipleResponses
getTransaction
TransactionAsyncSingleResponse
getTransactionResults
List<ArrowRelation>
getTransactionMetadata
List<TransactionAsyncMetadataResponse>
getTransactionProblems
List<ClientProblem|IntegrityConstraintViolation>
executeAsync
TransactionAsyncResult
Adding v2 predefined results formats:
getTransactions
returnsTransactionsAsyncMultipleResponses
.getTransaction
returnsTransactionAsyncSingleResponse
.getTransactionResults
returnsList<ArrowRelation>
.getTransactionMetadata
returnsList<TransactionAsyncMetadataResponse>
.getTransactionProblems
returnsList<ClientProblem|IntegrityConstraintViolation>
.executeAsync
returnsTransactionAsyncResult
.