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: packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json
+10
Original file line number
Diff line number
Diff line change
@@ -510,6 +510,16 @@
510
510
}
511
511
]
512
512
},
513
+
"value": {
514
+
"oneOf": [
515
+
{
516
+
"type": "string"
517
+
},
518
+
{
519
+
"type": "number"
520
+
}
521
+
]
522
+
},
513
523
"timeoutMs": {
514
524
"type": "number",
515
525
"description": "The amount of milliseconds to wait for a transaction receipt beforegiving up and crashing. Only has any effect if the invocation type is SEND",
Copy file name to clipboardExpand all lines: packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/api.ts
0 commit comments