You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Get a transaction data by the provided transaction ID.
126
+
description: Get a transaction data by the provided transaction ID. If the transaction is a scheduled transaction, it can alternatively be retrieved by the scheduled transaction ID field returned by the system contract.
127
127
tags:
128
128
- Transactions
129
129
parameters:
130
-
- description: The ID of the transaction to get.
130
+
- description: The ID of the transaction, or id field of the scheduled transaction returned by the system contract.
description: Get transaction result by the transaction result ID.
157
+
summary: Get a Transaction Result by transaction ID or scheduled transaction ID.
158
+
description: Get transaction result by the transaction's ID. If the transaction is a scheduled transaction, it can alternatively be retrieved by the scheduled transaction ID field returned by the system contract.
157
159
tags:
158
160
- Transactions
159
161
parameters:
160
-
- description: The transaction ID of the transaction result.
162
+
- description: The transaction ID of the transaction result, or id field of the scheduled transaction returned by the system contract.
*NodeVersionInfoApi* | [**NodeVersionInfoGet**](docs/NodeVersionInfoApi.md#nodeversioninfoget) | **Get** /node_version_info | Get Node Version Information
*TransactionsApi* | [**ScheduledTransactionResultsIdGet**](docs/TransactionsApi.md#scheduledtransactionresultsidget) | **Get** /scheduled_transaction_results/{id} | Get a Scheduled Transaction Result by ID.
38
-
*TransactionsApi* | [**ScheduledTransactionsIdGet**](docs/TransactionsApi.md#scheduledtransactionsidget) | **Get** /scheduled_transactions/{id} | Get a Scheduled Transaction by ID.
39
-
*TransactionsApi* | [**SystemTransactionResultsTransactionIdGet**](docs/TransactionsApi.md#systemtransactionresultstransactionidget) | **Get** /system_transaction_results/{transaction_id} | Get a System Transaction Result by ID.
40
-
*TransactionsApi* | [**SystemTransactionsIdGet**](docs/TransactionsApi.md#systemtransactionsidget) | **Get** /system_transactions/{id} | Get a System Transaction by ID.
41
-
*TransactionsApi* | [**TransactionResultsTransactionIdGet**](docs/TransactionsApi.md#transactionresultstransactionidget) | **Get** /transaction_results/{transaction_id} | Get a Transaction Result by ID.
37
+
*TransactionsApi* | [**TransactionResultsTransactionIdGet**](docs/TransactionsApi.md#transactionresultstransactionidget) | **Get** /transaction_results/{transaction_id} | Get a Transaction Result by transaction ID or scheduled transaction ID.
42
38
*TransactionsApi* | [**TransactionsIdGet**](docs/TransactionsApi.md#transactionsidget) | **Get** /transactions/{id} | Get a Transaction by ID.
43
39
*TransactionsApi* | [**TransactionsPost**](docs/TransactionsApi.md#transactionspost) | **Post** /transactions | Submit a Transaction
0 commit comments