Summary

Registers the Unicycle "Unicycle: Revoke Admin" custom function on this SNS so it can be invoked by proposal.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 4011, name: "Unicycle: Revoke Admin", description: Some( "Revoke a principal's Unicycle admin access for this SNS.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsRevokeAdmin", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsRevokeAdminValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Overview