Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Dec 3, 2024
1 parent ee489ef commit 99348ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/src/resources/permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class PermissionClient {
* Specific permission overrides wildcard permission.
* @param request - The request object containing necessary data to set `permission`.
* @param request.ipId The IP ID that grants the permission for `signer`.
* @param request.signer The address that can call `to` on behalf of the `ipAccount`.
* @param request.signer The address that can ca1ll `to` on behalf of the `ipAccount`.
* @param request.to The address that can be called by the `signer` (currently only modules can be `to`).
* @param request.permission The new permission level.
* @param request.func [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. Be default, it allows all functions.
Expand Down

0 comments on commit 99348ca

Please sign in to comment.