Skip to content

Commit 49fb2cc

Browse files
feat: update eject satellite did
Signed-off-by: David Dal Busco <[email protected]>
1 parent e162dfb commit 49fb2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/eject/rust/src/satellite/satellite.did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ service : (InitSatelliteArgs) -> {
430430
list_rules : (CollectionType, ListRulesParams) -> (ListRulesResults) query;
431431
memory_size : () -> (MemorySize) query;
432432
reject_proposal : (CommitProposal) -> (null);
433+
set_asset_token : (text, text, opt text) -> ();
433434
set_auth_config : (SetAuthenticationConfig) -> (AuthenticationConfig);
434435
set_controllers : (SetControllersArgs) -> (
435436
vec record { principal; Controller },

0 commit comments

Comments
 (0)