Skip to content

Commit

Permalink
chore: link Timer Service API from core eval capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 24, 2024
1 parent ad2e8d2 commit 695f794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/guides/coreeval/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ In the top level promise space, we have:
- **chainStorage**: to make storage nodes to [write to vstorage](../zoe/pub-to-storage).
**Warning: this includes access to over-write previously allocated storage nodes.**

- **chainTimerService**: for getting the current [timer](../../reference/repl/timerServices) and setting timer wake-ups; for example, at the conclusion of a governance vote.
- **chainTimerService**: for getting the current timer and setting timer wake-ups; for example, at the conclusion of a governance vote.
See [Timer Service API](../../reference/repl/timerServices).
**Note: this includes access to schedule infinitely repeating events.**

- **namesByAddress**: for [looking up objects published under an address](../integration/name-services#namesbyaddress-namesbyaddressadmin-and-depositfacet-per-account-namespace); in particular,
Expand Down

0 comments on commit 695f794

Please sign in to comment.