Skip to content

Commit

Permalink
docs: todo question about options
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Sep 3, 2024
1 parent 7759bb2 commit ed57747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/signer-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const SignerOptionsSchema = z.object({
*/
owner: PrincipalNotAnonymousSchema,

// TODO: instead of an agent, should the consumer only pas a "DEV" mode?
// The library can take care of creating the Anonymous agent for consent message, at least for now.

/**
* An agent that the signer can use to fetch the consent message during a canister call.
*
Expand Down

0 comments on commit ed57747

Please sign in to comment.