Skip to content

Commit

Permalink
chore: update candid interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Oct 17, 2023
1 parent b17d133 commit 04e2780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canisters/frontend/ic-certified-assets/assets.did
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ service: {

authorize: (principal) -> ();
deauthorize: (principal) -> ();
list_authorized: () -> (vec principal) query;
list_authorized: () -> (vec principal);
grant_permission: (GrantPermission) -> ();
revoke_permission: (RevokePermission) -> ();
list_permitted: (ListPermitted) -> (vec principal) query;
list_permitted: (ListPermitted) -> (vec principal);
take_ownership: () -> ();

get_asset_properties : (key: Key) -> (record {
Expand Down

0 comments on commit 04e2780

Please sign in to comment.