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: main/guides/coreeval/permissions.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,10 @@ export const main = startSellConcertTicketsContract;
34
34
35
35
In the top level promise space, we have:
36
36
37
-
-**agoricNames**: read-only access to the [agoricNames](../integration/name-services.md#agoricnames-agoricnamesadmin-well-known-names) name service.
37
+
-**agoricNames**: read-only access to the [agoricNames](../integration/name-services#agoricnames-agoricnamesadmin-well-known-names) name service.
38
38
39
-
-**agoricNamesAdmin**: admin / update access to **agoricNames** and the name hubs it contains.
39
+
-**agoricNamesAdmin**: admin / update access to [agoricNames](../integration/name-services#agoricnames-agoricnamesadmin-well-known-names) and the name hubs it contains.
40
+
**Warning: this includes access to over-write existing bindings to instances, brands, etc.**
40
41
**Warning: this includes the right to over-write existing bindings to instances, brands, etc.**
41
42
42
43
-**bankManager**: to manage reflection of cosmos
@@ -45,14 +46,14 @@ In the top level promise space, we have:
45
46
-**board**: the [board](../integration/name-services.md#the-board-publishing-under-arbitrary-names) name service.
46
47
**Note: the board only grows; no mechanism to reclaim storage has been established.**
47
48
48
-
-**chainStorage**: to make storage nodes to write to vstorage.
49
-
**Warning: this includes the right to over-write previously allocated storage nodes.**
49
+
-**chainStorage**: to make storage nodes to [write to vstorage](../zoe/pub-to-storage).
50
+
**Warning: this includes access to over-write previously allocated storage nodes.**
50
51
51
-
-**chainTimerService**: for getting the current timer and setting timer wake-ups; for example, at the conclusion of a governance vote.
52
-
**Note: this includes the right to schedule infinitely repeating events.**
52
+
-**chainTimerService**: for getting the current [timer](../../reference/repl/timerServices) and setting timer wake-ups; for example, at the conclusion of a governance vote.
53
+
**Note: this includes access to schedule infinitely repeating events.**
53
54
54
55
-**priceAuthority**: access to get price quotes and triggers; see [Price Authority Guide](../zoe/price-authority).
55
56
56
57
-**priceAuthorityAdmin**: access to add and replace sources of price quotes using [E(priceAuthorityAdmin).registerPriceAuthority()](../../reference/zoe-api/price-authority-admin#e-priceauthorityregistryadmin-registerpriceauthority-priceauthority-brandin-brandout-force)
57
58
58
-
-**zoe**: the Zoe service
59
+
-**zoe**: the [Zoe service](../../reference/zoe-api//zoe)
0 commit comments