@@ -166,7 +166,7 @@ Example of a submitted **create contract** response from Blockchain Workbench:
166
166
"connectionId" : 1 ,
167
167
"messageSchemaVersion" : " 1.0.0" ,
168
168
"messageName" : " CreateContractUpdate" ,
169
- "status" : " Submitted"
169
+ "status" : " Submitted" ,
170
170
"additionalInformation" : { }
171
171
}
172
172
```
@@ -196,7 +196,7 @@ If the request was unsuccessful, details about the failure are included in addit
196
196
"connectionId" : 1 ,
197
197
"messageSchemaVersion" : " 1.0.0" ,
198
198
"messageName" : " CreateContractUpdate" ,
199
- "status" : " Failure"
199
+ "status" : " Failure" ,
200
200
"additionalInformation" : {
201
201
"errorCode" : 4000 ,
202
202
"errorMessage" : " Contract cannot be provisioned on connection."
@@ -282,7 +282,7 @@ Example of a committed **create contract action** response from Blockchain Workb
282
282
"connectionId" : 1 ,
283
283
"messageSchemaVersion" : " 1.0.0" ,
284
284
"messageName" : " CreateContractActionUpdate" ,
285
- "status" : " Committed"
285
+ "status" : " Committed" ,
286
286
"additionalInformation" : { }
287
287
}
288
288
```
@@ -296,7 +296,7 @@ If the request was unsuccessful, details about the failure are included in addit
296
296
"connectionId" : 1 ,
297
297
"messageSchemaVersion" : " 1.0.0" ,
298
298
"messageName" : " CreateContractActionUpdate" ,
299
- "status" : " Failure"
299
+ "status" : " Failure" ,
300
300
"additionalInformation" : {
301
301
"errorCode" : 4000 ,
302
302
"errorMessage" : " Contract action cannot be provisioned on connection."
@@ -412,22 +412,22 @@ Example of a *BlockMessage* from Blockchain Workbench:
412
412
``` json
413
413
{
414
414
"block" : {
415
- "blockId" : 123
415
+ "blockId" : 123 ,
416
416
"blockNumber" : 1738312 ,
417
417
"blockHash" : " 0x03a39411e25e25b47d0ec6433b73b488554a4a5f6b1a253e0ac8a200d13fffff" ,
418
418
"previousBlockHash" : null ,
419
419
"blockTimestamp" : " 2018-10-09T23:35:58Z" ,
420
420
},
421
421
"transactions" : [
422
422
{
423
- "transactionId" : 234
423
+ "transactionId" : 234 ,
424
424
"transactionHash" : " 0xa4d9c95b581f299e41b8cc193dd742ef5a1d3a4ddf97bd11b80d123fec27ffff" ,
425
425
"from" : " 0xd85e7262dd96f3b8a48a8aaf3dcdda90f60dffff" ,
426
426
"to" : null ,
427
427
"provisioningStatus" : 1
428
428
},
429
429
{
430
- "transactionId" : 235
430
+ "transactionId" : 235 ,
431
431
"transactionHash" : " 0x5c1fddea83bf19d719e52a935ec8620437a0a6bdaa00ecb7c3d852cf92e1ffff" ,
432
432
"from" : " 0xadd97e1e595916e29ea94fda894941574000ffff" ,
433
433
"to" : " 0x9a8DDaCa9B7488683A4d62d0817E965E8f24ffff" ,
@@ -713,7 +713,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
713
713
"applicationName" : " AssetTransfer" ,
714
714
"applicationDisplayName" : " Asset Transfer" ,
715
715
"applicationVersion" : “1.0”,
716
- "applicationDefinitionLocation" : " http://url"
716
+ "applicationDefinitionLocation" : " http://url" ,
717
717
"contractCodes" : [
718
718
{
719
719
"id" : 23 ,
@@ -803,7 +803,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
803
803
}
804
804
]
805
805
}
806
- ]
806
+ ],
807
807
"connectionId" : [ ],
808
808
"messageSchemaVersion" : " 1.0.0" ,
809
809
"messageName" : " EventMessage" ,
@@ -815,7 +815,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
815
815
"Name" : " BuyerAccepted" ,
816
816
"Transitions" : [
817
817
{
818
- "DisplayName" : " Accept"
818
+ "DisplayName" : " Accept" ,
819
819
"AllowedRoles" : [ ],
820
820
"AllowedInstanceRoles" : [ " InstanceOwner" ],
821
821
"Function" : " Accept" ,
0 commit comments