@agoric/vats 0.15.2-dev-f20cc05.0 → 0.15.2-dev-9f8a76e.0

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.
@@ -1,210 +0,0 @@
1
- {
2
- "$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vaults test networks in an automated fashion. It includes coreProposals to start vaults. Testing facilities are limited to an initialPrice for ATOM and addresses with known keys.",
3
- "bootstrap": "bootstrap",
4
- "defaultReapInterval": 1000,
5
- "coreProposals": [
6
- "@agoric/vats/scripts/init-core.js",
7
- {
8
- "module": "@agoric/inter-protocol/scripts/init-core.js",
9
- "entrypoint": "defaultProposalBuilder",
10
- "args": [
11
- {
12
- "econCommitteeOptions": {
13
- "committeeSize": 3
14
- },
15
- "referencedUi": "bafybeidvpbtlgefi3ptuqzr2fwfyfjqfj6onmye63ij7qkrb4yjxekdh3e",
16
- "minInitialPoolLiquidity": "0"
17
- }
18
- ]
19
- },
20
- {
21
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
22
- "entrypoint": "defaultProposalBuilder",
23
- "args": [
24
- {
25
- "interestRateValue": 1000,
26
- "interchainAssetOptions": {
27
- "denom": "ibc/toyatom",
28
- "decimalPlaces": 6,
29
- "initialPrice": 12.34,
30
- "keyword": "ATOM",
31
- "oracleBrand": "ATOM",
32
- "proposedName": "ATOM"
33
- }
34
- }
35
- ]
36
- },
37
- {
38
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
39
- "entrypoint": "psmProposalBuilder",
40
- "args": [
41
- {
42
- "anchorOptions": {
43
- "denom": "ibc/toyusdc",
44
- "decimalPlaces": 6,
45
- "keyword": "USDC_axl",
46
- "proposedName": "USD Coin"
47
- }
48
- }
49
- ]
50
- },
51
- {
52
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
53
- "entrypoint": "psmProposalBuilder",
54
- "args": [
55
- {
56
- "anchorOptions": {
57
- "denom": "ibc/usdc5678",
58
- "decimalPlaces": 6,
59
- "keyword": "USDC_grv",
60
- "proposedName": "USC Coin"
61
- }
62
- }
63
- ]
64
- },
65
- {
66
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
67
- "entrypoint": "psmProposalBuilder",
68
- "args": [
69
- {
70
- "anchorOptions": {
71
- "denom": "ibc/usdt1234",
72
- "decimalPlaces": 6,
73
- "keyword": "USDT_axl",
74
- "proposedName": "Tether USD"
75
- }
76
- }
77
- ]
78
- },
79
- {
80
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
81
- "entrypoint": "psmProposalBuilder",
82
- "args": [
83
- {
84
- "anchorOptions": {
85
- "denom": "ibc/toyollie",
86
- "decimalPlaces": 6,
87
- "keyword": "USDT_grv",
88
- "proposedName": "Tether USD"
89
- }
90
- }
91
- ]
92
- },
93
- {
94
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
95
- "entrypoint": "psmProposalBuilder",
96
- "args": [
97
- {
98
- "anchorOptions": {
99
- "denom": "ibc/toyellie",
100
- "decimalPlaces": 6,
101
- "keyword": "AUSD",
102
- "proposedName": "Anchor USD"
103
- }
104
- }
105
- ]
106
- },
107
- {
108
- "module": "@agoric/inter-protocol/scripts/price-feed-core.js",
109
- "entrypoint": "defaultProposalBuilder",
110
- "args": [
111
- {
112
- "contractTerms": {
113
- "POLL_INTERVAL": 30,
114
- "maxSubmissionCount": 1000,
115
- "minSubmissionCount": 1,
116
- "restartDelay": 1,
117
- "timeout": 10,
118
- "minSubmissionValue": 1,
119
- "maxSubmissionValue": 9007199254740991
120
- },
121
- "AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
122
- "oracleAddresses": [
123
- "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
124
- "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang"
125
- ],
126
- "IN_BRAND_LOOKUP": [
127
- "agoricNames",
128
- "oracleBrand",
129
- "ATOM"
130
- ],
131
- "IN_BRAND_DECIMALS": 6,
132
- "OUT_BRAND_LOOKUP": [
133
- "agoricNames",
134
- "oracleBrand",
135
- "USD"
136
- ],
137
- "OUT_BRAND_DECIMALS": 4
138
- }
139
- ]
140
- },
141
- {
142
- "module": "@agoric/inter-protocol/scripts/invite-committee-core.js",
143
- "entrypoint": "defaultProposalBuilder",
144
- "args": [
145
- {
146
- "voterAddresses": {
147
- "gov1": "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
148
- "gov2": "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang",
149
- "gov3": "agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h"
150
- }
151
- }
152
- ]
153
- }
154
- ],
155
- "vats": {
156
- "bootstrap": {
157
- "sourceSpec": "@agoric/vats/src/core/boot-chain.js",
158
- "creationOptions": {
159
- "critical": true
160
- }
161
- }
162
- },
163
- "clearStorageSubtrees": [
164
- "published"
165
- ],
166
- "exportStorageSubtrees": [
167
- "published.psm.IST",
168
- "published.wallet",
169
- "published.provisionPool.metrics"
170
- ],
171
- "bundles": {
172
- "agoricNames": {
173
- "sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
174
- },
175
- "bank": {
176
- "sourceSpec": "@agoric/vats/src/vat-bank.js"
177
- },
178
- "board": {
179
- "sourceSpec": "@agoric/vats/src/vat-board.js"
180
- },
181
- "bridge": {
182
- "sourceSpec": "@agoric/vats/src/vat-bridge.js"
183
- },
184
- "centralSupply": {
185
- "sourceSpec": "@agoric/vats/src/centralSupply.js"
186
- },
187
- "mintHolder": {
188
- "sourceSpec": "@agoric/vats/src/mintHolder.js"
189
- },
190
- "priceAuthority": {
191
- "sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
192
- },
193
- "provisionPool": {
194
- "sourceSpec": "@agoric/vats/src/provisionPool.js"
195
- },
196
- "provisioning": {
197
- "sourceSpec": "@agoric/vats/src/vat-provisioning.js"
198
- },
199
- "walletFactory": {
200
- "sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
201
- },
202
- "zcf": {
203
- "sourceSpec": "@agoric/zoe/contractFacet.js"
204
- },
205
- "zoe": {
206
- "sourceSpec": "@agoric/vats/src/vat-zoe.js"
207
- }
208
- },
209
- "defaultManagerType": "xs-worker"
210
- }
@@ -1,229 +0,0 @@
1
- {
2
- "$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vaults in a decentralized networks in an automated fashion. It includes coreProposals to start vaults. It has no testing facilities.",
3
- "bootstrap": "bootstrap",
4
- "defaultReapInterval": 1000,
5
- "coreProposals": [
6
- "@agoric/vats/scripts/init-core.js",
7
- {
8
- "module": "@agoric/inter-protocol/scripts/init-core.js",
9
- "entrypoint": "defaultProposalBuilder",
10
- "args": [
11
- {
12
- "econCommitteeOptions": {
13
- "committeeSize": 6
14
- },
15
- "referencedUi": "NO REFERENCED UI",
16
- "minInitialPoolLiquidity": "0"
17
- }
18
- ]
19
- },
20
- {
21
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
22
- "entrypoint": "defaultProposalBuilder",
23
- "args": [
24
- {
25
- "debtLimitValue": 0,
26
- "interchainAssetOptions": {
27
- "denom": "ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA",
28
- "decimalPlaces": 6,
29
- "keyword": "ATOM",
30
- "oracleBrand": "ATOM",
31
- "proposedName": "ATOM"
32
- }
33
- }
34
- ]
35
- },
36
- {
37
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
38
- "entrypoint": "psmProposalBuilder",
39
- "args": [
40
- {
41
- "anchorOptions": {
42
- "denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
43
- "decimalPlaces": 6,
44
- "keyword": "USDC_axl",
45
- "proposedName": "USD Coin"
46
- }
47
- }
48
- ]
49
- },
50
- {
51
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
52
- "entrypoint": "psmProposalBuilder",
53
- "args": [
54
- {
55
- "anchorOptions": {
56
- "denom": "ibc/6831292903487E58BF9A195FDDC8A2E626B3DF39B88F4E7F41C935CADBAF54AC",
57
- "decimalPlaces": 6,
58
- "keyword": "USDC_grv",
59
- "proposedName": "USC Coin"
60
- }
61
- }
62
- ]
63
- },
64
- {
65
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
66
- "entrypoint": "psmProposalBuilder",
67
- "args": [
68
- {
69
- "anchorOptions": {
70
- "denom": "ibc/F2331645B9683116188EF36FC04A809C28BD36B54555E8705A37146D0182F045",
71
- "decimalPlaces": 6,
72
- "keyword": "USDT_axl",
73
- "proposedName": "Tether USD"
74
- }
75
- }
76
- ]
77
- },
78
- {
79
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
80
- "entrypoint": "psmProposalBuilder",
81
- "args": [
82
- {
83
- "anchorOptions": {
84
- "denom": "ibc/386D09AE31DA7C0C93091BB45D08CB7A0730B1F697CD813F06A5446DCF02EEB2",
85
- "decimalPlaces": 6,
86
- "keyword": "USDT_grv",
87
- "proposedName": "Tether USD"
88
- }
89
- }
90
- ]
91
- },
92
- {
93
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
94
- "entrypoint": "psmProposalBuilder",
95
- "args": [
96
- {
97
- "anchorOptions": {
98
- "denom": "ibc/3914BDEF46F429A26917E4D8D434620EC4817DC6B6E68FB327E190902F1E9242",
99
- "decimalPlaces": 18,
100
- "keyword": "DAI_axl",
101
- "proposedName": "DAI"
102
- }
103
- }
104
- ]
105
- },
106
- {
107
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
108
- "entrypoint": "psmProposalBuilder",
109
- "args": [
110
- {
111
- "anchorOptions": {
112
- "denom": "ibc/3D5291C23D776C3AA7A7ABB34C7B023193ECD2BC42EA19D3165B2CF9652117E7",
113
- "decimalPlaces": 18,
114
- "keyword": "DAI_grv",
115
- "proposedName": "DAI"
116
- }
117
- }
118
- ]
119
- },
120
- {
121
- "module": "@agoric/inter-protocol/scripts/price-feed-core.js",
122
- "entrypoint": "defaultProposalBuilder",
123
- "args": [
124
- {
125
- "contractTerms": {
126
- "POLL_INTERVAL": 30,
127
- "maxSubmissionCount": 1000,
128
- "minSubmissionCount": 3,
129
- "restartDelay": 1,
130
- "timeout": 10,
131
- "minSubmissionValue": 1,
132
- "maxSubmissionValue": 9007199254740991
133
- },
134
- "AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
135
- "oracleAddresses": [
136
- "agoric1krunjcqfrf7la48zrvdfeeqtls5r00ep68mzkr",
137
- "agoric19uscwxdac6cf6z7d5e26e0jm0lgwstc47cpll8",
138
- "agoric144rrhh4m09mh7aaffhm6xy223ym76gve2x7y78",
139
- "agoric19d6gnr9fyp6hev4tlrg87zjrzsd5gzr5qlfq2p",
140
- "agoric1n4fcxsnkxe4gj6e24naec99hzmc4pjfdccy5nj"
141
- ],
142
- "IN_BRAND_LOOKUP": [
143
- "agoricNames",
144
- "oracleBrand",
145
- "ATOM"
146
- ],
147
- "IN_BRAND_DECIMALS": 6,
148
- "OUT_BRAND_LOOKUP": [
149
- "agoricNames",
150
- "oracleBrand",
151
- "USD"
152
- ],
153
- "OUT_BRAND_DECIMALS": 4
154
- }
155
- ]
156
- },
157
- {
158
- "module": "@agoric/inter-protocol/scripts/invite-committee-core.js",
159
- "entrypoint": "defaultProposalBuilder",
160
- "args": [
161
- {
162
- "voterAddresses": {
163
- "Jason Potts": "agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx",
164
- "Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5",
165
- "Thibault Schrepel": "agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a",
166
- "Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq",
167
- "Youssef Amrani": "agoric1el6zqs8ggctj5vwyukyk4fh50wcpdpwgugd5l5",
168
- "Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc"
169
- }
170
- }
171
- ]
172
- }
173
- ],
174
- "vats": {
175
- "bootstrap": {
176
- "sourceSpec": "@agoric/vats/src/core/boot-chain.js",
177
- "creationOptions": {
178
- "critical": true
179
- }
180
- }
181
- },
182
- "clearStorageSubtrees": [
183
- "published"
184
- ],
185
- "exportStorageSubtrees": [
186
- "published.psm.IST",
187
- "published.wallet",
188
- "published.provisionPool.metrics"
189
- ],
190
- "bundles": {
191
- "agoricNames": {
192
- "sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
193
- },
194
- "bank": {
195
- "sourceSpec": "@agoric/vats/src/vat-bank.js"
196
- },
197
- "board": {
198
- "sourceSpec": "@agoric/vats/src/vat-board.js"
199
- },
200
- "bridge": {
201
- "sourceSpec": "@agoric/vats/src/vat-bridge.js"
202
- },
203
- "centralSupply": {
204
- "sourceSpec": "@agoric/vats/src/centralSupply.js"
205
- },
206
- "mintHolder": {
207
- "sourceSpec": "@agoric/vats/src/mintHolder.js"
208
- },
209
- "priceAuthority": {
210
- "sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
211
- },
212
- "provisionPool": {
213
- "sourceSpec": "@agoric/vats/src/provisionPool.js"
214
- },
215
- "provisioning": {
216
- "sourceSpec": "@agoric/vats/src/vat-provisioning.js"
217
- },
218
- "walletFactory": {
219
- "sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
220
- },
221
- "zcf": {
222
- "sourceSpec": "@agoric/zoe/contractFacet.js"
223
- },
224
- "zoe": {
225
- "sourceSpec": "@agoric/vats/src/vat-zoe.js"
226
- }
227
- },
228
- "defaultManagerType": "xs-worker"
229
- }
@@ -1,195 +0,0 @@
1
- {
2
- "$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vaults in a decentralized network in an automated fashion. It includes coreProposals to start vaults. Its testing facilities are limited to known testing keys for EC and Oracle operators.",
3
- "bootstrap": "bootstrap",
4
- "defaultReapInterval": 1000,
5
- "coreProposals": [
6
- "@agoric/vats/scripts/init-core.js",
7
- {
8
- "module": "@agoric/inter-protocol/scripts/init-core.js",
9
- "entrypoint": "defaultProposalBuilder",
10
- "args": [
11
- {
12
- "econCommitteeOptions": {
13
- "committeeSize": 3
14
- },
15
- "referencedUi": "NO REFERENCED UI",
16
- "minInitialPoolLiquidity": "0"
17
- }
18
- ]
19
- },
20
- {
21
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
22
- "entrypoint": "defaultProposalBuilder",
23
- "args": [
24
- {
25
- "debtLimitValue": 0,
26
- "interchainAssetOptions": {
27
- "denom": "ibc/06362C6F7F4FB702B94C13CD2E7C03DEC357683FD978936340B43FBFBC5351EB",
28
- "decimalPlaces": 6,
29
- "keyword": "ATOM",
30
- "oracleBrand": "ATOM",
31
- "proposedName": "ATOM"
32
- }
33
- }
34
- ]
35
- },
36
- {
37
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
38
- "entrypoint": "psmProposalBuilder",
39
- "args": [
40
- {
41
- "anchorOptions": {
42
- "denom": "ibc/toyusdc",
43
- "decimalPlaces": 6,
44
- "keyword": "ToyUSD",
45
- "proposedName": "ToyUSD"
46
- }
47
- }
48
- ]
49
- },
50
- {
51
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
52
- "entrypoint": "psmProposalBuilder",
53
- "args": [
54
- {
55
- "anchorOptions": {
56
- "denom": "ibc/4B53406F2FD21ABE4EF15977D0585D0C1B9C1DBBA1F911BD1463F42B067FB4D8",
57
- "decimalPlaces": 6,
58
- "keyword": "USDC_axl",
59
- "proposedName": "USD Coin"
60
- }
61
- }
62
- ]
63
- },
64
- {
65
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
66
- "entrypoint": "psmProposalBuilder",
67
- "args": [
68
- {
69
- "anchorOptions": {
70
- "keyword": "DAI_axl",
71
- "proposedName": "DAI",
72
- "decimalPlaces": 18,
73
- "denom": "ibc/3914BDEF46F429A26917E4D8D434620EC4817DC6B6E68FB327E190902F1E9242"
74
- }
75
- }
76
- ]
77
- },
78
- {
79
- "module": "@agoric/inter-protocol/scripts/add-collateral-core.js",
80
- "entrypoint": "psmProposalBuilder",
81
- "args": [
82
- {
83
- "anchorOptions": {
84
- "keyword": "DAI_grv",
85
- "proposedName": "DAI",
86
- "decimalPlaces": 18,
87
- "denom": "ibc/3D5291C23D776C3AA7A7ABB34C7B023193ECD2BC42EA19D3165B2CF9652117E7"
88
- }
89
- }
90
- ]
91
- },
92
- {
93
- "module": "@agoric/inter-protocol/scripts/price-feed-core.js",
94
- "entrypoint": "defaultProposalBuilder",
95
- "args": [
96
- {
97
- "contractTerms": {
98
- "POLL_INTERVAL": 30,
99
- "maxSubmissionCount": 1000,
100
- "minSubmissionCount": 2,
101
- "restartDelay": 1,
102
- "timeout": 10,
103
- "minSubmissionValue": 1,
104
- "maxSubmissionValue": 9007199254740991
105
- },
106
- "AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
107
- "oracleAddresses": [
108
- "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
109
- "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang"
110
- ],
111
- "IN_BRAND_LOOKUP": [
112
- "agoricNames",
113
- "oracleBrand",
114
- "ATOM"
115
- ],
116
- "IN_BRAND_DECIMALS": 6,
117
- "OUT_BRAND_LOOKUP": [
118
- "agoricNames",
119
- "oracleBrand",
120
- "USD"
121
- ],
122
- "OUT_BRAND_DECIMALS": 4
123
- }
124
- ]
125
- },
126
- {
127
- "module": "@agoric/inter-protocol/scripts/invite-committee-core.js",
128
- "entrypoint": "defaultProposalBuilder",
129
- "args": [
130
- {
131
- "voterAddresses": {
132
- "gov1": "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
133
- "gov2": "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang",
134
- "gov3": "agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h"
135
- }
136
- }
137
- ]
138
- }
139
- ],
140
- "vats": {
141
- "bootstrap": {
142
- "sourceSpec": "@agoric/vats/src/core/boot-chain.js",
143
- "creationOptions": {
144
- "critical": true
145
- }
146
- }
147
- },
148
- "clearStorageSubtrees": [
149
- "published"
150
- ],
151
- "exportStorageSubtrees": [
152
- "published.psm.IST",
153
- "published.wallet",
154
- "published.provisionPool.metrics"
155
- ],
156
- "bundles": {
157
- "agoricNames": {
158
- "sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
159
- },
160
- "bank": {
161
- "sourceSpec": "@agoric/vats/src/vat-bank.js"
162
- },
163
- "board": {
164
- "sourceSpec": "@agoric/vats/src/vat-board.js"
165
- },
166
- "bridge": {
167
- "sourceSpec": "@agoric/vats/src/vat-bridge.js"
168
- },
169
- "centralSupply": {
170
- "sourceSpec": "@agoric/vats/src/centralSupply.js"
171
- },
172
- "mintHolder": {
173
- "sourceSpec": "@agoric/vats/src/mintHolder.js"
174
- },
175
- "priceAuthority": {
176
- "sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
177
- },
178
- "provisionPool": {
179
- "sourceSpec": "@agoric/vats/src/provisionPool.js"
180
- },
181
- "provisioning": {
182
- "sourceSpec": "@agoric/vats/src/vat-provisioning.js"
183
- },
184
- "walletFactory": {
185
- "sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
186
- },
187
- "zcf": {
188
- "sourceSpec": "@agoric/zoe/contractFacet.js"
189
- },
190
- "zoe": {
191
- "sourceSpec": "@agoric/vats/src/vat-zoe.js"
192
- }
193
- },
194
- "defaultManagerType": "xs-worker"
195
- }
@@ -1,5 +0,0 @@
1
- [
2
- "@agoric/inter-protocol/scripts/init-core.js",
3
- "@agoric/pegasus/scripts/init-core.js",
4
- "@agoric/vats/scripts/init-network.js"
5
- ]
@@ -1,27 +0,0 @@
1
- #!/usr/bin/env node
2
- export type GraphNode = {
3
- id: string;
4
- cluster?: string;
5
- label: string;
6
- style?: string;
7
- };
8
- export type Permit = true | ({
9
- vatParameters?: Record<string, Permit>;
10
- vatPowers?: Record<string, true>;
11
- vats?: Record<string, Status>;
12
- devices?: Record<string, true>;
13
- home?: PowerSpace;
14
- issuer?: PowerSpace;
15
- brand?: PowerSpace;
16
- oracleBrand?: PowerSpace;
17
- installation?: PowerSpace;
18
- instance?: PowerSpace;
19
- } & PowerSpace);
20
- export type PowerSpace = {
21
- produce?: Record<string, Status>;
22
- consume?: Record<string, Status>;
23
- };
24
- export type Status = boolean | VatName;
25
- export type VatName = string;
26
- export type Resolver = (specifier: string, parent: string) => Promise<string>;
27
- //# sourceMappingURL=authorityViz.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"authorityViz.d.ts","sourceRoot":"","sources":["authorityViz.js"],"names":[],"mappings":";wBA8Ba;IACZ,EAAM,EAAE,MAAM,CAAC;IACf,OAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAS,EAAE,MAAM,CAAC;IAClB,KAAS,CAAC,EAAE,MAAM,CAAC;CAChB;qBAkCW,IAAI,GACZ,CAAC;IACP,aAAqB,CAAC,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/C,SAAiB,CAAC,EAAE,OAAO,MAAM,EAAE,IAAI,CAAC,CAAC;IACzC,IAAY,CAAC,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,OAAe,CAAC,EAAE,OAAO,MAAM,EAAE,IAAI,CAAC,CAAC;IACvC,IAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,MAAc,CAAC,EAAE,UAAU,CAAC;IAC5B,KAAa,CAAC,EAAE,UAAU,CAAC;IAC3B,WAAmB,CAAC,EAAE,UAAU,CAAC;IACjC,YAAoB,CAAC,EAAE,UAAU,CAAC;IAClC,QAAgB,CAAC,EAAE,UAAU,CAAC;CACvB,GAAG,UAAU,CAAC;yBAET;IACZ,OAAW,CAAC,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,OAAW,CAAC,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;qBAES,OAAO,GAAG,OAAO;sBAEjB,MAAM;mCA0IM,MAAM,UAAU,MAAM,KAAK,QAAQ,MAAM,CAAC"}