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
Copy file name to clipboardExpand all lines: services/managedblockchainquery/src/main/resources/codegen-resources/service-2.json
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -539,15 +539,16 @@
539
539
},
540
540
"GetTransactionInput":{
541
541
"type":"structure",
542
-
"required":[
543
-
"transactionHash",
544
-
"network"
545
-
],
542
+
"required":["network"],
546
543
"members":{
547
544
"transactionHash":{
548
545
"shape":"QueryTransactionHash",
549
546
"documentation":"<p>The hash of a transaction. It is generated when a transaction is created.</p>"
550
547
},
548
+
"transactionId":{
549
+
"shape":"QueryTransactionId",
550
+
"documentation":"<p>The identifier of a Bitcoin transaction. It is generated when a transaction is created.</p> <note> <p> <code>transactionId</code> is only supported on the Bitcoin networks.</p> </note>"
551
+
},
551
552
"network":{
552
553
"shape":"QueryNetwork",
553
554
"documentation":"<p>The blockchain network where the transaction occurred.</p>"
@@ -1323,6 +1324,10 @@
1323
1324
"shape":"QueryTransactionHash",
1324
1325
"documentation":"<p>The hash of a transaction. It is generated when a transaction is created.</p>"
1325
1326
},
1327
+
"transactionId":{
1328
+
"shape":"QueryTransactionId",
1329
+
"documentation":"<p>The identifier of a Bitcoin transaction. It is generated when a transaction is created.</p>"
1330
+
},
1326
1331
"network":{
1327
1332
"shape":"QueryNetwork",
1328
1333
"documentation":"<p>The blockchain network where the transaction occurred.</p>"
0 commit comments