Skip to content

Commit

Permalink
add pubkey to agent state
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiecarlton committed Jul 18, 2024
1 parent 89ef32e commit 05993e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export default WebSdkApi

export type AgentState = {
id: string
pubkey: Uint8Array
isAnonymous: boolean
hostUrl: string
isAvailable: boolean
Expand Down

0 comments on commit 05993e2

Please sign in to comment.