Skip to content

Commit

Permalink
feat(daemon): guest exposes an identify function
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Feb 10, 2024
1 parent 3cdb9c5 commit 06d96c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/daemon/src/guest.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const makeGuestMaker = ({
}

const {
identify,
lookup,
reverseLookup,
followMessages,
Expand Down Expand Up @@ -80,6 +81,7 @@ export const makeGuestMaker = ({
/** @type {import('@endo/eventual-send').ERef<import('./types.js').EndoGuest>} */
const guest = Far('EndoGuest', {
has,
identify,
lookup,
reverseLookup,
request,
Expand Down

0 comments on commit 06d96c8

Please sign in to comment.