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
@@ -288,12 +227,8 @@ The data at this key are the entries of the NameHub. Here we show the object com
288
227
The keys under `published.boardAux` are board IDs.
289
228
Here we show a handful.
290
229
291
-
```
292
-
[
293
-
'board00282',
294
-
'board0074',
295
-
'board01744',
296
-
]
230
+
```js
231
+
['board00282', 'board0074', 'board01744'];
297
232
```
298
233
299
234
The data are auxiliary info about objects in the board;
@@ -320,8 +255,9 @@ for example, displayInfo of brands, including assetKind.
320
255
## vstorage: provisionPool
321
256
322
257
`published.provisionPool.governance` gives current values of governed params.
323
-
See also Inter Protocol governance.
258
+
See similar data in [Inter Protocol data](https://github.com/Agoric/agoric-sdk/tree/agoric-upgrade-13/packages/inter-protocol#reading-data-off-chain).
324
259
260
+
```js
325
261
{
326
262
current: {
327
263
Electorate: {
@@ -347,9 +283,11 @@ See also Inter Protocol governance.
347
283
},
348
284
},
349
285
}
286
+
```
350
287
351
288
`published.provisionPool.metrics`
352
289
290
+
```js
353
291
{
354
292
totalMintedConverted: {
355
293
brand:Object @Alleged:IST brand#board0257 {},
@@ -361,6 +299,7 @@ See also Inter Protocol governance.
361
299
},
362
300
walletsProvisioned:11n,
363
301
}
302
+
```
364
303
365
304
## vstorage: wallet
366
305
@@ -408,7 +347,7 @@ The `.current` child has current wallet status. For example:
408
347
}
409
348
```
410
349
411
-
The `published.wallet.${address}` key has wallet last update. For example:
350
+
The `published.wallet.${address}` key has wallet's last update. For example:
0 commit comments