Register Unicycle function: Unicycle: Set Canister Suspended
Summary
Registers the Unicycle "Unicycle: Set Canister Suspended" custom function on this SNS so it can be invoked by proposal.
Payload
Proposal to add new NervousSystemFunction:
Function:
NervousSystemFunction { id: 4003, name: "Unicycle: Set Canister Suspended", description: Some( "Suspend or resume automatic top-ups for a tracked canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsSetCanisterSuspended", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsSetCanisterSuspendedValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }
Overview