@temple-digital-group/temple-canton-js 2.0.2 → 2.0.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +457 -457
- package/index.js +15 -15
- package/package.json +50 -49
- package/src/api/config.d.ts +20 -20
- package/src/api/index.ts +322 -322
- package/src/api/tokenStore.ts +30 -30
- package/src/api/types.ts +196 -196
- package/src/auth0/index.d.ts +1 -1
- package/src/auth0/index.js +50 -50
- package/src/canton/deposits.ts +563 -563
- package/src/canton/helpers.ts +266 -266
- package/src/canton/index.d.ts +41 -41
- package/src/canton/index.js +3301 -3472
- package/src/canton/instrumentCatalog.d.ts +7 -7
- package/src/canton/instrumentCatalog.js +283 -283
- package/src/canton/request_schemas/cancel_orders_amulet.json +77 -77
- package/src/canton/request_schemas/cancel_orders_utility.json +68 -68
- package/src/canton/request_schemas/create_order_proposal_amulet.json +94 -94
- package/src/canton/request_schemas/create_order_proposal_utility.json +121 -121
- package/src/canton/request_schemas/create_utility_credential.json +31 -31
- package/src/canton/request_schemas/execute_transfer_factory.json +43 -43
- package/src/canton/request_schemas/get_allocation_factory.json +21 -21
- package/src/canton/request_schemas/get_amulet_holdings.json +21 -21
- package/src/canton/request_schemas/get_instrument_configurations.json +21 -21
- package/src/canton/request_schemas/get_locked_amulet_holdings.json +21 -21
- package/src/canton/request_schemas/get_order_proposals.json +21 -21
- package/src/canton/request_schemas/get_orders.json +21 -21
- package/src/canton/request_schemas/get_sender_credentials.json +22 -22
- package/src/canton/request_schemas/get_transfer_factory.json +28 -28
- package/src/canton/request_schemas/get_utility_holdings.json +21 -21
- package/src/canton/request_schemas/unlock_amulet.json +38 -38
- package/src/canton/walletAdapter.d.ts +7 -7
- package/src/canton/walletAdapter.js +112 -112
- package/src/canton/withdrawals.ts +511 -511
- package/src/config/index.d.ts +63 -63
- package/src/config/index.js +188 -188
- package/src/websocket/index.ts +341 -341
- package/src/websocket/ws.d.ts +24 -24
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
{
|
|
2
|
-
"commands": [
|
|
3
|
-
{
|
|
4
|
-
"ExerciseCommand": {
|
|
5
|
-
"templateId": "{{orchestrator_template_id}}",
|
|
6
|
-
"contractId": "{{orchestrator_cid}}",
|
|
7
|
-
"choice": "RequestOrderCreation",
|
|
8
|
-
"choiceArgument": {
|
|
9
|
-
"maker": "{{maker}}",
|
|
10
|
-
"holdingCid": "{{holding_cid}}",
|
|
11
|
-
"price": "{{price}}",
|
|
12
|
-
"quantity": "{{quantity}}",
|
|
13
|
-
"side": "{{side}}",
|
|
14
|
-
"orderType": "{{order_type}}",
|
|
15
|
-
"tradedAssetId": "{{baseAsset}}",
|
|
16
|
-
"quotedAssetId": "{{quoteAsset}}",
|
|
17
|
-
"holdingContext": {
|
|
18
|
-
"transferFactoryCid": "{{allocation_factory_cid}}",
|
|
19
|
-
"allocationFactoryCid": "{{allocation_factory_cid}}",
|
|
20
|
-
"expectedAdmin": "{{registrar}}",
|
|
21
|
-
"transferLegId": "{{transfer_leg_id}}",
|
|
22
|
-
"settlementRefId": "{{settlement_ref_id}}",
|
|
23
|
-
"extraArgs": {
|
|
24
|
-
"context": {
|
|
25
|
-
"values": {
|
|
26
|
-
"instrument-configuration": {
|
|
27
|
-
"tag": "AV_ContractId",
|
|
28
|
-
"value": "{{instrument_configuration_cid}}"
|
|
29
|
-
},
|
|
30
|
-
"utility.digitalasset.com/instrument-configuration": {
|
|
31
|
-
"tag": "AV_ContractId",
|
|
32
|
-
"value": "{{instrument_configuration_cid}}"
|
|
33
|
-
},
|
|
34
|
-
"sender-credentials": {
|
|
35
|
-
"tag": "AV_List",
|
|
36
|
-
"value": []
|
|
37
|
-
},
|
|
38
|
-
"utility.digitalasset.com/sender-credentials": {
|
|
39
|
-
"tag": "AV_List",
|
|
40
|
-
"value": []
|
|
41
|
-
},
|
|
42
|
-
"receiver-credentials": {
|
|
43
|
-
"tag": "AV_List",
|
|
44
|
-
"value": []
|
|
45
|
-
},
|
|
46
|
-
"utility.digitalasset.com/receiver-credentials": {
|
|
47
|
-
"tag": "AV_List",
|
|
48
|
-
"value": []
|
|
49
|
-
},
|
|
50
|
-
"app-reward-configuration": {
|
|
51
|
-
"tag": "AV_ContractId",
|
|
52
|
-
"value": "{{app_reward_configuration_cid}}"
|
|
53
|
-
},
|
|
54
|
-
"utility.digitalasset.com/app-reward-configuration": {
|
|
55
|
-
"tag": "AV_ContractId",
|
|
56
|
-
"value": "{{app_reward_configuration_cid}}"
|
|
57
|
-
},
|
|
58
|
-
"featured-app-right": {
|
|
59
|
-
"tag": "AV_ContractId",
|
|
60
|
-
"value": "{{featured_app_right_cid}}"
|
|
61
|
-
},
|
|
62
|
-
"utility.digitalasset.com/featured-app-right": {
|
|
63
|
-
"tag": "AV_ContractId",
|
|
64
|
-
"value": "{{featured_app_right_cid}}"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"meta": {
|
|
69
|
-
"values": {}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"expiresAt": "{{expires_at}}"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"commandId": "{{randomUUID}}",
|
|
79
|
-
"userId": "{{user_id}}",
|
|
80
|
-
"applicationId": "temple",
|
|
81
|
-
"actAs": [
|
|
82
|
-
"{{maker}}"
|
|
83
|
-
],
|
|
84
|
-
"disclosedContracts": [
|
|
85
|
-
{
|
|
86
|
-
"templateId": "{{orchestrator_template_id}}",
|
|
87
|
-
"contractId": "{{orchestrator_cid}}",
|
|
88
|
-
"createdEventBlob": "{{orchestrator_disclosure}}",
|
|
89
|
-
"synchronizerId": "{{orchestrator_synchronizer}}"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"templateId": "{{utility_app_registry_app_package_id}}:Utility.Registry.App.V0.Service.AllocationFactory:AllocationFactory",
|
|
93
|
-
"contractId": "{{allocation_factory_cid}}",
|
|
94
|
-
"createdEventBlob": "{{allocation_factory_disclosure}}",
|
|
95
|
-
"synchronizerId": "{{allocation_factory_synchronizer}}"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"templateId": "{{utility_app_registry_package_id}}:Utility.Registry.V0.Configuration.Instrument:InstrumentConfiguration",
|
|
99
|
-
"contractId": "{{instrument_configuration_cid}}",
|
|
100
|
-
"createdEventBlob": "{{instrument_configuration_disclosure}}",
|
|
101
|
-
"synchronizerId": "{{instrument_configuration_synchronizer}}"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"templateId": "{{utility_app_credential_package_id}}:Utility.Credential.V0.Credential:Credential",
|
|
105
|
-
"contractId": "{{sender_credentials_cid}}",
|
|
106
|
-
"createdEventBlob": "{{sender_credentials_disclosure}}",
|
|
107
|
-
"synchronizerId": "{{sender_credentials_synchronizer}}"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"templateId": "{{app_reward_configuration_template_id}}",
|
|
111
|
-
"contractId": "{{app_reward_configuration_cid}}",
|
|
112
|
-
"createdEventBlob": "{{app_reward_configuration_disclosure}}",
|
|
113
|
-
"synchronizerId": "{{app_reward_configuration_synchronizer}}"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"templateId": "{{featured_app_right_template_id}}",
|
|
117
|
-
"contractId": "{{featured_app_right_cid}}",
|
|
118
|
-
"createdEventBlob": "{{featured_app_right_disclosure}}",
|
|
119
|
-
"synchronizerId": "{{featured_app_right_synchronizer}}"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"commands": [
|
|
3
|
+
{
|
|
4
|
+
"ExerciseCommand": {
|
|
5
|
+
"templateId": "{{orchestrator_template_id}}",
|
|
6
|
+
"contractId": "{{orchestrator_cid}}",
|
|
7
|
+
"choice": "RequestOrderCreation",
|
|
8
|
+
"choiceArgument": {
|
|
9
|
+
"maker": "{{maker}}",
|
|
10
|
+
"holdingCid": "{{holding_cid}}",
|
|
11
|
+
"price": "{{price}}",
|
|
12
|
+
"quantity": "{{quantity}}",
|
|
13
|
+
"side": "{{side}}",
|
|
14
|
+
"orderType": "{{order_type}}",
|
|
15
|
+
"tradedAssetId": "{{baseAsset}}",
|
|
16
|
+
"quotedAssetId": "{{quoteAsset}}",
|
|
17
|
+
"holdingContext": {
|
|
18
|
+
"transferFactoryCid": "{{allocation_factory_cid}}",
|
|
19
|
+
"allocationFactoryCid": "{{allocation_factory_cid}}",
|
|
20
|
+
"expectedAdmin": "{{registrar}}",
|
|
21
|
+
"transferLegId": "{{transfer_leg_id}}",
|
|
22
|
+
"settlementRefId": "{{settlement_ref_id}}",
|
|
23
|
+
"extraArgs": {
|
|
24
|
+
"context": {
|
|
25
|
+
"values": {
|
|
26
|
+
"instrument-configuration": {
|
|
27
|
+
"tag": "AV_ContractId",
|
|
28
|
+
"value": "{{instrument_configuration_cid}}"
|
|
29
|
+
},
|
|
30
|
+
"utility.digitalasset.com/instrument-configuration": {
|
|
31
|
+
"tag": "AV_ContractId",
|
|
32
|
+
"value": "{{instrument_configuration_cid}}"
|
|
33
|
+
},
|
|
34
|
+
"sender-credentials": {
|
|
35
|
+
"tag": "AV_List",
|
|
36
|
+
"value": []
|
|
37
|
+
},
|
|
38
|
+
"utility.digitalasset.com/sender-credentials": {
|
|
39
|
+
"tag": "AV_List",
|
|
40
|
+
"value": []
|
|
41
|
+
},
|
|
42
|
+
"receiver-credentials": {
|
|
43
|
+
"tag": "AV_List",
|
|
44
|
+
"value": []
|
|
45
|
+
},
|
|
46
|
+
"utility.digitalasset.com/receiver-credentials": {
|
|
47
|
+
"tag": "AV_List",
|
|
48
|
+
"value": []
|
|
49
|
+
},
|
|
50
|
+
"app-reward-configuration": {
|
|
51
|
+
"tag": "AV_ContractId",
|
|
52
|
+
"value": "{{app_reward_configuration_cid}}"
|
|
53
|
+
},
|
|
54
|
+
"utility.digitalasset.com/app-reward-configuration": {
|
|
55
|
+
"tag": "AV_ContractId",
|
|
56
|
+
"value": "{{app_reward_configuration_cid}}"
|
|
57
|
+
},
|
|
58
|
+
"featured-app-right": {
|
|
59
|
+
"tag": "AV_ContractId",
|
|
60
|
+
"value": "{{featured_app_right_cid}}"
|
|
61
|
+
},
|
|
62
|
+
"utility.digitalasset.com/featured-app-right": {
|
|
63
|
+
"tag": "AV_ContractId",
|
|
64
|
+
"value": "{{featured_app_right_cid}}"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"meta": {
|
|
69
|
+
"values": {}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"expiresAt": "{{expires_at}}"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"commandId": "{{randomUUID}}",
|
|
79
|
+
"userId": "{{user_id}}",
|
|
80
|
+
"applicationId": "temple",
|
|
81
|
+
"actAs": [
|
|
82
|
+
"{{maker}}"
|
|
83
|
+
],
|
|
84
|
+
"disclosedContracts": [
|
|
85
|
+
{
|
|
86
|
+
"templateId": "{{orchestrator_template_id}}",
|
|
87
|
+
"contractId": "{{orchestrator_cid}}",
|
|
88
|
+
"createdEventBlob": "{{orchestrator_disclosure}}",
|
|
89
|
+
"synchronizerId": "{{orchestrator_synchronizer}}"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"templateId": "{{utility_app_registry_app_package_id}}:Utility.Registry.App.V0.Service.AllocationFactory:AllocationFactory",
|
|
93
|
+
"contractId": "{{allocation_factory_cid}}",
|
|
94
|
+
"createdEventBlob": "{{allocation_factory_disclosure}}",
|
|
95
|
+
"synchronizerId": "{{allocation_factory_synchronizer}}"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"templateId": "{{utility_app_registry_package_id}}:Utility.Registry.V0.Configuration.Instrument:InstrumentConfiguration",
|
|
99
|
+
"contractId": "{{instrument_configuration_cid}}",
|
|
100
|
+
"createdEventBlob": "{{instrument_configuration_disclosure}}",
|
|
101
|
+
"synchronizerId": "{{instrument_configuration_synchronizer}}"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"templateId": "{{utility_app_credential_package_id}}:Utility.Credential.V0.Credential:Credential",
|
|
105
|
+
"contractId": "{{sender_credentials_cid}}",
|
|
106
|
+
"createdEventBlob": "{{sender_credentials_disclosure}}",
|
|
107
|
+
"synchronizerId": "{{sender_credentials_synchronizer}}"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"templateId": "{{app_reward_configuration_template_id}}",
|
|
111
|
+
"contractId": "{{app_reward_configuration_cid}}",
|
|
112
|
+
"createdEventBlob": "{{app_reward_configuration_disclosure}}",
|
|
113
|
+
"synchronizerId": "{{app_reward_configuration_synchronizer}}"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"templateId": "{{featured_app_right_template_id}}",
|
|
117
|
+
"contractId": "{{featured_app_right_cid}}",
|
|
118
|
+
"createdEventBlob": "{{featured_app_right_disclosure}}",
|
|
119
|
+
"synchronizerId": "{{featured_app_right_synchronizer}}"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
122
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
{
|
|
2
|
-
"commands": [
|
|
3
|
-
{
|
|
4
|
-
"CreateCommand": {
|
|
5
|
-
"templateId": "{{utility-app-credential-packageId}}:Utility.Credential.V0.Credential:Credential",
|
|
6
|
-
"createArguments": {
|
|
7
|
-
"issuer": "{{registrar}}",
|
|
8
|
-
"holder": "{{holder}}",
|
|
9
|
-
"id": "{{credential_id}}",
|
|
10
|
-
"description": "Credential granted to Investor that allows trading on UtilityApp.",
|
|
11
|
-
"validFrom": null,
|
|
12
|
-
"validUntil": null,
|
|
13
|
-
"claims": [],
|
|
14
|
-
"observers": {
|
|
15
|
-
"map": [
|
|
16
|
-
["{{temple}}", {}]
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"commandId": "{{randomUUID}}",
|
|
24
|
-
"userId": "mock",
|
|
25
|
-
"applicationId": "temple-canton-js",
|
|
26
|
-
"actAs": [
|
|
27
|
-
"{{registrar}}",
|
|
28
|
-
"{{holder}}"
|
|
29
|
-
],
|
|
30
|
-
"disclosedContracts": []
|
|
31
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"commands": [
|
|
3
|
+
{
|
|
4
|
+
"CreateCommand": {
|
|
5
|
+
"templateId": "{{utility-app-credential-packageId}}:Utility.Credential.V0.Credential:Credential",
|
|
6
|
+
"createArguments": {
|
|
7
|
+
"issuer": "{{registrar}}",
|
|
8
|
+
"holder": "{{holder}}",
|
|
9
|
+
"id": "{{credential_id}}",
|
|
10
|
+
"description": "Credential granted to Investor that allows trading on UtilityApp.",
|
|
11
|
+
"validFrom": null,
|
|
12
|
+
"validUntil": null,
|
|
13
|
+
"claims": [],
|
|
14
|
+
"observers": {
|
|
15
|
+
"map": [
|
|
16
|
+
["{{temple}}", {}]
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"commandId": "{{randomUUID}}",
|
|
24
|
+
"userId": "mock",
|
|
25
|
+
"applicationId": "temple-canton-js",
|
|
26
|
+
"actAs": [
|
|
27
|
+
"{{registrar}}",
|
|
28
|
+
"{{holder}}"
|
|
29
|
+
],
|
|
30
|
+
"disclosedContracts": []
|
|
31
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"commands": [
|
|
3
|
-
{
|
|
4
|
-
"ExerciseCommand": {
|
|
5
|
-
"templateId": "#splice-api-token-transfer-instruction-v1:Splice.Api.Token.TransferInstructionV1:TransferFactory",
|
|
6
|
-
"contractId": "{{factory_contract_id}}",
|
|
7
|
-
"choice": "TransferFactory_Transfer",
|
|
8
|
-
"choiceArgument": {
|
|
9
|
-
"expectedAdmin": "{{expected_admin}}",
|
|
10
|
-
"transfer": {
|
|
11
|
-
"sender": "{{investor}}",
|
|
12
|
-
"receiver": "{{investor}}",
|
|
13
|
-
"amount": "{{amount}}",
|
|
14
|
-
"instrumentId": {
|
|
15
|
-
"admin": "{{instrument_admin}}",
|
|
16
|
-
"id": "{{instrument_id}}"
|
|
17
|
-
},
|
|
18
|
-
"lock": null,
|
|
19
|
-
"requestedAt": "{{time}}",
|
|
20
|
-
"executeBefore": "{{timeEnd}}",
|
|
21
|
-
"inputHoldingCids": "{{holding_ids}}",
|
|
22
|
-
"meta": {
|
|
23
|
-
"values": {
|
|
24
|
-
"splice.lfdecentralizedtrust.org/reason": "Merge holdings"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"extraArgs": {
|
|
29
|
-
"context": "{{choice_context}}",
|
|
30
|
-
"meta": {
|
|
31
|
-
"values": {}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"commandId": "{{randomUUID}}",
|
|
39
|
-
"userId": "{{user_id}}",
|
|
40
|
-
"applicationId": "temple",
|
|
41
|
-
"actAs": ["{{investor}}"],
|
|
42
|
-
"disclosedContracts": "{{disclosed_contracts}}"
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"commands": [
|
|
3
|
+
{
|
|
4
|
+
"ExerciseCommand": {
|
|
5
|
+
"templateId": "#splice-api-token-transfer-instruction-v1:Splice.Api.Token.TransferInstructionV1:TransferFactory",
|
|
6
|
+
"contractId": "{{factory_contract_id}}",
|
|
7
|
+
"choice": "TransferFactory_Transfer",
|
|
8
|
+
"choiceArgument": {
|
|
9
|
+
"expectedAdmin": "{{expected_admin}}",
|
|
10
|
+
"transfer": {
|
|
11
|
+
"sender": "{{investor}}",
|
|
12
|
+
"receiver": "{{investor}}",
|
|
13
|
+
"amount": "{{amount}}",
|
|
14
|
+
"instrumentId": {
|
|
15
|
+
"admin": "{{instrument_admin}}",
|
|
16
|
+
"id": "{{instrument_id}}"
|
|
17
|
+
},
|
|
18
|
+
"lock": null,
|
|
19
|
+
"requestedAt": "{{time}}",
|
|
20
|
+
"executeBefore": "{{timeEnd}}",
|
|
21
|
+
"inputHoldingCids": "{{holding_ids}}",
|
|
22
|
+
"meta": {
|
|
23
|
+
"values": {
|
|
24
|
+
"splice.lfdecentralizedtrust.org/reason": "Merge holdings"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"extraArgs": {
|
|
29
|
+
"context": "{{choice_context}}",
|
|
30
|
+
"meta": {
|
|
31
|
+
"values": {}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"commandId": "{{randomUUID}}",
|
|
39
|
+
"userId": "{{user_id}}",
|
|
40
|
+
"applicationId": "temple",
|
|
41
|
+
"actAs": ["{{investor}}"],
|
|
42
|
+
"disclosedContracts": "{{disclosed_contracts}}"
|
|
43
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {},
|
|
6
|
-
"filtersForAnyParty": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "{{utility_app_registry_app_package_id}}:Utility.Registry.App.V0.Service.AllocationFactory:AllocationFactory",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {},
|
|
6
|
+
"filtersForAnyParty": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "{{utility_app_registry_app_package_id}}:Utility.Registry.App.V0.Service.AllocationFactory:AllocationFactory",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {
|
|
6
|
-
"{{investor}}": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "#splice-amulet:Splice.Amulet:Amulet",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {
|
|
6
|
+
"{{investor}}": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "#splice-amulet:Splice.Amulet:Amulet",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
22
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {},
|
|
6
|
-
"filtersForAnyParty": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "{{utility_app_registry_package_id}}:Utility.Registry.V0.Configuration.Instrument:InstrumentConfiguration",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {},
|
|
6
|
+
"filtersForAnyParty": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "{{utility_app_registry_package_id}}:Utility.Registry.V0.Configuration.Instrument:InstrumentConfiguration",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {
|
|
6
|
-
"{{investor}}": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "#splice-amulet:Splice.Amulet:LockedAmulet",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {
|
|
6
|
+
"{{investor}}": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "#splice-amulet:Splice.Amulet:LockedAmulet",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
22
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {
|
|
6
|
-
"{{investor}}": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "{{temple-order-package-id}}:Temple.Order.Order:OrderProposal",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {
|
|
6
|
+
"{{investor}}": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "{{temple-order-package-id}}:Temple.Order.Order:OrderProposal",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
22
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verbose": true,
|
|
3
|
-
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
-
"filter": {
|
|
5
|
-
"filtersByParty": {
|
|
6
|
-
"{{investor}}": {
|
|
7
|
-
"cumulative": [
|
|
8
|
-
{
|
|
9
|
-
"identifierFilter": {
|
|
10
|
-
"TemplateFilter": {
|
|
11
|
-
"value": {
|
|
12
|
-
"templateId": "{{temple-order-package-id}}:Temple.Order.Order:Order",
|
|
13
|
-
"includeCreatedEventBlob": true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"verbose": true,
|
|
3
|
+
"activeAtOffset": "{{ledger_end}}",
|
|
4
|
+
"filter": {
|
|
5
|
+
"filtersByParty": {
|
|
6
|
+
"{{investor}}": {
|
|
7
|
+
"cumulative": [
|
|
8
|
+
{
|
|
9
|
+
"identifierFilter": {
|
|
10
|
+
"TemplateFilter": {
|
|
11
|
+
"value": {
|
|
12
|
+
"templateId": "{{temple-order-package-id}}:Temple.Order.Order:Order",
|
|
13
|
+
"includeCreatedEventBlob": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
22
|
}
|